__USE_W32API
Modified: trunk/reactos/lib/epsapi/makefile

Modified: trunk/reactos/lib/epsapi/makefile
--- trunk/reactos/lib/epsapi/makefile	2005-04-02 05:37:20 UTC (rev 14432)
+++ trunk/reactos/lib/epsapi/makefile	2005-04-02 05:43:37 UTC (rev 14433)
@@ -7,7 +7,7 @@
 TARGET_NAME = epsapi
 
 # require os code to explicitly request A/W version of structs/functions
-TARGET_CFLAGS += -D_DISABLE_TIDENTS -Werror -Wall
+TARGET_CFLAGS += -D__USE_W32API -D_DISABLE_TIDENTS -Werror -Wall
 
 TARGET_OBJECTS = \
  enum/drivers.o \