use -D__USE_W32API
Modified: trunk/rosapps/demos/maze/Makefile
_____
Modified: trunk/rosapps/demos/maze/Makefile
--- trunk/rosapps/demos/maze/Makefile 2005-04-05 19:04:07 UTC (rev
14512)
+++ trunk/rosapps/demos/maze/Makefile 2005-04-05 19:13:51 UTC (rev
14513)
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 2003/08/15 17:06:49 gvg Exp $
+# $Id$
PATH_TO_TOP = ../../../reactos
@@ -12,7 +12,7 @@
TARGET_OBJECTS = maze.o
-TARGET_CFLAGS = -Wall -Werror
+TARGET_CFLAGS = -D__USE_W32API -Wall -Werror
include $(PATH_TO_TOP)/rules.mak
Show replies by date