use -D__USE_W32API for tgetopt

svn path=/trunk/; revision=14416
This commit is contained in:
Steven Edwards 2005-04-01 18:00:22 +00:00
parent a8708688d2
commit af98825fd6

View file

@ -7,7 +7,7 @@ TARGET_TYPE = library
TARGET_NAME = tgetopt
# require os code to explicitly request A/W version of structs/functions
TARGET_CFLAGS += -D_DISABLE_TIDENTS
TARGET_CFLAGS += -D__USE_W32API -D_DISABLE_TIDENTS
TARGET_OBJECTS = getopt.o _wgetopt.o