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…
==============================================================================
--- 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; \