Merge pull request #708 from cxd4/DllMain-with-conflicting-wx
[Glide64] fixed DllMain conflict against <winbase.h> prototype
This commit is contained in:
commit
2d808516b3
|
@ -1197,7 +1197,7 @@ int DllUnload(void)
|
||||||
void wxSetInstance(HINSTANCE hInstance);
|
void wxSetInstance(HINSTANCE hInstance);
|
||||||
|
|
||||||
extern "C" int WINAPI DllMain (HINSTANCE hinst,
|
extern "C" int WINAPI DllMain (HINSTANCE hinst,
|
||||||
wxUint32 fdwReason,
|
DWORD fdwReason,
|
||||||
LPVOID /*lpReserved*/)
|
LPVOID /*lpReserved*/)
|
||||||
{
|
{
|
||||||
sprintf (out_buf, "DllMain (%0p - %d)\n", hinst, fdwReason);
|
sprintf (out_buf, "DllMain (%0p - %d)\n", hinst, fdwReason);
|
||||||
|
|
Loading…
Reference in New Issue