X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/beed393c6772484210de27ecd3c8f6fb85675c36..dd107c50be43e8d4dbdba20df162faf119a3781c:/src/msw/main.cpp?ds=sidebyside diff --git a/src/msw/main.cpp b/src/msw/main.cpp index 237eb9eee3..1ee977b104 100644 --- a/src/msw/main.cpp +++ b/src/msw/main.cpp @@ -114,8 +114,11 @@ BOOL WINAPI DllMain (HANDLE hModule, DWORD fdwReason, LPVOID lpReserved) wxEntryCleanup(); break; } +#else + (void)hModule; + (void)fdwReason; #endif // !WXMAKINGDLL - + (void)lpReserved; return TRUE; }