From: Stefan Ginsberg Date: Wed, 30 Sep 2009 13:32:05 +0000 (+0000) Subject: - Goodbye __USE_W32API X-Git-Tag: ReactOS-0.3.11~696 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=df3bf0c83a5dc69c5086be84542e3d1ca50555d7;ds=sidebyside - Goodbye __USE_W32API svn path=/trunk/; revision=43236 --- diff --git a/rosapps/demos/maze/Makefile b/rosapps/demos/maze/Makefile index 41ac5e3f945..8440ae0bc8d 100644 --- a/rosapps/demos/maze/Makefile +++ b/rosapps/demos/maze/Makefile @@ -12,7 +12,7 @@ TARGET_SDKLIBS = kernel32.a gdi32.a TARGET_OBJECTS = maze.o -TARGET_CFLAGS = -D__USE_W32API -Wall -Werror +TARGET_CFLAGS = -Wall -Werror include $(PATH_TO_TOP)/rules.mak