Commit in reactos/subsys/win32k on ros-branch-0_2_5 | |||
makefile | +1 | -2 | 1.107 -> 1.107.2.1 |
disable gdi debugging for 0.2.5 as it may bsod the system
diff -u -r1.107 -r1.107.2.1 --- makefile 12 Dec 2004 01:40:37 -0000 1.107 +++ makefile 19 Dec 2004 21:14:32 -0000 1.107.2.1 @@ -1,4 +1,4 @@
-# $Id: makefile,v 1.107 2004/12/12 01:40:37 weiden Exp $
+# $Id: makefile,v 1.107.2.1 2004/12/19 21:14:32 weiden Exp $
PATH_TO_TOP = ../..
@@ -40,7 +40,6 @@
-DUNICODE \ -Wall -Werror \ -D__USE_W32API -D_WIN32_WINNT=0x0501 \
- -DGDI_DEBUG \
-DWINVER=0x600 -D_WIN32K_ \ $(CFLAGS_OPT)