update for HEAD-2003091401
[reactos.git] / lib / tgetopt / Makefile
index 193312b..e9b37fb 100644 (file)
@@ -6,6 +6,9 @@ TARGET_TYPE = library
 
 TARGET_NAME = tgetopt
 
+# require os code to explicitly request A/W version of structs/functions
+TARGET_CFLAGS += -D_DISABLE_TIDENTS
+
 TARGET_OBJECTS = getopt.o _wgetopt.o
  
 DEP_OBJECTS = $(TARGET_OBJECTS)