use -D__USE_W32API for tgetopt
Modified: trunk/reactos/lib/tgetopt/Makefile

Modified: trunk/reactos/lib/tgetopt/Makefile
--- trunk/reactos/lib/tgetopt/Makefile	2005-04-01 11:42:40 UTC (rev 14415)
+++ trunk/reactos/lib/tgetopt/Makefile	2005-04-01 18:00:22 UTC (rev 14416)
@@ -7,7 +7,7 @@
 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