mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
fix debug build
This commit is contained in:
parent
e18e4dbbe3
commit
5082a40a3d
@ -4,7 +4,7 @@
|
|||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
int dbg_exception_handler(EXCEPTION_POINTERS* exception);
|
LONG WINAPI dbg_exception_handler(EXCEPTION_POINTERS* exception);
|
||||||
void dbg_counter_start();
|
void dbg_counter_start();
|
||||||
double dbg_counter_stop();
|
double dbg_counter_stop();
|
||||||
void dbg_debug_string(const char* format, ...);
|
void dbg_debug_string(const char* format, ...);
|
||||||
|
@ -22,7 +22,7 @@ static BOOL g_dbg_log_rotate;
|
|||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
static int g_dbg_crash_count = 0;
|
static int g_dbg_crash_count = 0;
|
||||||
|
|
||||||
int dbg_exception_handler(EXCEPTION_POINTERS* exception)
|
LONG WINAPI dbg_exception_handler(EXCEPTION_POINTERS* exception)
|
||||||
{
|
{
|
||||||
g_dbg_crash_count++;
|
g_dbg_crash_count++;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user