[Glide64] fixed DllMain conflict against <winbase.h> prototype

This commit is contained in:
unknown 2015-10-27 23:11:31 -04:00
parent 718b0a974e
commit 8354249a4b
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);