Browse Source
_DECL_DLLMAIN is needed to get the signature of DllMain. But depending whether windows.h is included the signature differs (WINAPI, HANDLE, etc). This is only the case in mingw-w64. In the Windows SDK there's only the definition without the fancy types. We need to include process.h before windows.h so we have the same definition as the Windows SDK.pull/162/head
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue