fix some compiler warnings

This commit is contained in:
FunkyFr3sh 2023-09-06 20:06:03 +02:00
parent f4fd9bfe3d
commit 60d85725f5
4 changed files with 6 additions and 6 deletions

View file

@ -30,7 +30,7 @@ extern double g_dbg_frame_time;
extern DWORD g_dbg_frame_count;
extern LPTOP_LEVEL_EXCEPTION_FILTER g_dbg_exception_filter;
//#define _DEBUG 1
#define _DEBUG 1
/* use OutputDebugStringA rather than printf */
//#define _DEBUG_S 1