update for HEAD-2003091401
[reactos.git] / subsys / smss / makefile
index cfc96d0..18ee9e1 100644 (file)
@@ -12,6 +12,9 @@ TARGET_INSTALLDIR = system32
 
 TARGET_CFLAGS = -D__NTAPP__
 
+# require os code to explicitly request A/W version of structs/functions
+TARGET_CFLAGS += -D_DISABLE_TIDENTS
+
 TARGET_OBJECTS = $(TARGET_NAME).o init.o smapi.o
 
 include $(PATH_TO_TOP)/rules.mak