X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=subsys%2Fcsrss%2Fmakefile;h=a747a3fe50fe0048bdcf5d1d908089857a8dcc15;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hp=591ce022c77cfd8782e39d358f037741ed5efdfb;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605;p=reactos.git diff --git a/subsys/csrss/makefile b/subsys/csrss/makefile index 591ce02..a747a3f 100644 --- a/subsys/csrss/makefile +++ b/subsys/csrss/makefile @@ -13,6 +13,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 + OBJECTS_API = \ api/process.o \ api/wapi.o \