Merge pull request #708 from cxd4/DllMain-with-conflicting-wx

[Glide64] fixed DllMain conflict against <winbase.h> prototype
This commit is contained in:
zilmar 2015-10-28 14:29:20 +11:00
commit 2d808516b3
1 changed files with 1 additions and 1 deletions

View File

@ -1197,7 +1197,7 @@ int DllUnload(void)
void wxSetInstance(HINSTANCE hInstance);
extern "C" int WINAPI DllMain (HINSTANCE hinst,
wxUint32 fdwReason,
DWORD fdwReason,
LPVOID /*lpReserved*/)
{
sprintf (out_buf, "DllMain (%0p - %d)\n", hinst, fdwReason);