- Goodbye __USE_W32API

svn path=/trunk/; revision=43236
This commit is contained in:
Stefan Ginsberg 2009-09-30 13:32:05 +00:00
parent 56aba98ca8
commit df3bf0c83a

View file

@ -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