]> git.cworth.org Git - apitrace/commitdiff
Fix build with older MinGW headers.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 11 Jan 2012 11:17:08 +0000 (11:17 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 11 Jan 2012 11:17:08 +0000 (11:17 +0000)
common/os_win32.cpp

index b35346e1af5fb788743cdfb17f45f1641b4b7738..7b35ccf8cacf322338fa1107fffc3af40cc6affa 100644 (file)
@@ -235,6 +235,10 @@ abort(void)
 }
 
 
+#ifndef DBG_PRINTEXCEPTION_C
+#define DBG_PRINTEXCEPTION_C 0x40010006
+#endif
+
 static PVOID prevExceptionFilter = NULL;
 static void (*gCallback)(void) = NULL;