mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
fix for last commit
This commit is contained in:
parent
1821c3a15d
commit
9d43cc31f2
@ -148,7 +148,7 @@ BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
|
||||
dinput_hook_exit();
|
||||
hook_exit();
|
||||
|
||||
#if (_WIN32_WINNT >= _WIN32_WINNT_WIN2K)
|
||||
#if (_WIN32_WINNT >= _WIN32_WINNT_WINXP)
|
||||
if (g_dbg_exception_handle)
|
||||
RemoveVectoredExceptionHandler(g_dbg_exception_handle);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user