Author: sginsberg Date: Wed Sep 30 15:32:05 2009 New Revision: 43236
URL: http://svn.reactos.org/svn/reactos?rev=43236&view=rev Log: - Goodbye __USE_W32API
Modified: trunk/rosapps/demos/maze/Makefile
Modified: trunk/rosapps/demos/maze/Makefile URL: http://svn.reactos.org/svn/reactos/trunk/rosapps/demos/maze/Makefile?rev=432... ============================================================================== --- trunk/rosapps/demos/maze/Makefile [iso-8859-1] (original) +++ trunk/rosapps/demos/maze/Makefile [iso-8859-1] Wed Sep 30 15:32:05 2009 @@ -12,7 +12,7 @@
TARGET_OBJECTS = maze.o
-TARGET_CFLAGS = -D__USE_W32API -Wall -Werror +TARGET_CFLAGS = -Wall -Werror
include $(PATH_TO_TOP)/rules.mak