mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-02-09 13:10:38 +00:00
fixed compiler warning
This commit is contained in:
@@ -294,7 +294,7 @@ DWORD WINAPI KVM_InitMessagePumpEx(LPVOID parm)
|
||||
KVM_PumpMessage();
|
||||
DestroyWindow(CUR_HWND);
|
||||
CUR_HWND = NULL;
|
||||
UnregisterClassA(a, GetModuleHandleA(NULL));
|
||||
UnregisterClassA((LPCSTR)a, GetModuleHandleA(NULL));
|
||||
}
|
||||
return(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user