fix more warnings on mingw build
This commit is contained in:
parent
c1c848516c
commit
91222691cb
@ -390,6 +390,7 @@ static void mi_process_done(void) {
|
||||
|
||||
__declspec(dllexport) BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved) {
|
||||
UNUSED(reserved);
|
||||
UNUSED(inst);
|
||||
if (reason==DLL_PROCESS_ATTACH) {
|
||||
mi_process_init();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user