Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1385 from CyberShadow/pull-20150912-184323
Browse files Browse the repository at this point in the history
fix Issue 15036 - SimpleDllMain assumes various symbols are available…
  • Loading branch information
dnadlinger committed Sep 12, 2015
2 parents c68373a + 957d83f commit 15cde50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/sys/windows/dll.d
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,9 @@ public:
extern(Windows)
bool DllMain(HINSTANCE hInstance, uint ulReason, void* reserved)
{
import core.sys.windows.windows;
import core.sys.windows.dll :
dll_process_attach, dll_process_detach,
dll_thread_attach, dll_thread_detach;
switch(ulReason)
{
default: assert(0);
Expand Down

0 comments on commit 15cde50

Please sign in to comment.