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

use real function

This commit is contained in:
FunkyFr3sh 2023-06-29 21:26:11 +02:00
parent 087f41ce11
commit 587adf8187

View File

@ -28,7 +28,7 @@ BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
#ifdef _DEBUG #ifdef _DEBUG
dbg_init(); dbg_init();
TRACE("cnc-ddraw = %p\n", hDll); TRACE("cnc-ddraw = %p\n", hDll);
g_dbg_exception_filter = SetUnhandledExceptionFilter((LPTOP_LEVEL_EXCEPTION_FILTER)dbg_exception_handler); g_dbg_exception_filter = real_SetUnhandledExceptionFilter((LPTOP_LEVEL_EXCEPTION_FILTER)dbg_exception_handler);
#endif #endif
g_ddraw_module = hDll; g_ddraw_module = hDll;