1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00

fix for last commit

This commit is contained in:
FunkyFr3sh 2024-09-28 20:30:50 +02:00
parent 1821c3a15d
commit 9d43cc31f2

View File

@ -148,7 +148,7 @@ BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
dinput_hook_exit(); dinput_hook_exit();
hook_exit(); hook_exit();
#if (_WIN32_WINNT >= _WIN32_WINNT_WIN2K) #if (_WIN32_WINNT >= _WIN32_WINNT_WINXP)
if (g_dbg_exception_handle) if (g_dbg_exception_handle)
RemoveVectoredExceptionHandler(g_dbg_exception_handle); RemoveVectoredExceptionHandler(g_dbg_exception_handle);
#endif #endif