update for HEAD-2003091401
[reactos.git] / lib / zlib / Makefile
index 5b5f089..71517c9 100644 (file)
@@ -10,6 +10,9 @@ TARGET_CFLAGS = \
  -MMD -O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
  -Wstrict-prototypes -Wmissing-prototypes
 
+# require os code to explicitly request A/W version of structs/functions
+TARGET_CFLAGS += -D_DISABLE_TIDENTS
+
 TARGET_OBJECTS = \
  adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o \
  inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o