[ros-diffs] [greatlrd] 21570: make ddraw not crashing in ros. close
my debug marco for windows.
greatlrd at svn.reactos.org
greatlrd at svn.reactos.org
Wed Apr 12 22:10:20 CEST 2006
Author: greatlrd
Date: Thu Apr 13 00:10:20 2006
New Revision: 21570
URL: http://svn.reactos.ru/svn/reactos?rev=21570&view=rev
Log:
make ddraw not crashing in ros. close my debug marco for windows.
Modified:
trunk/reactos/dll/directx/ddraw/rosdraw.h
Modified: trunk/reactos/dll/directx/ddraw/rosdraw.h
URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/dll/directx/ddraw/rosdraw.h?rev=21570&r1=21569&r2=21570&view=diff
==============================================================================
--- trunk/reactos/dll/directx/ddraw/rosdraw.h (original)
+++ trunk/reactos/dll/directx/ddraw/rosdraw.h Thu Apr 13 00:10:20 2006
@@ -233,6 +233,9 @@
firstcall = FALSE; \
}
+#define DX_WINDBG_trace()
+
+/*
#define DX_WINDBG_trace() \
static BOOL firstcallx = TRUE; \
if (firstcallx) \
@@ -242,6 +245,7 @@
OutputDebugStringA(buffer); \
firstcallx = TRUE; \
}
+*/
#define DX_WINDBG_trace_res(width,height,bpp) \
static BOOL firstcallxx = TRUE; \
More information about the Ros-diffs
mailing list