* added _DISABLE_TIDENTS macro to disable any ANSI/UNICODE ambiguous elements from the header files.

* enabled _DISABLE_TIDENTS for most ReactOS OS components.
* fixed all errors that resulted from this change
* a few small bugfixes along the way

svn path=/trunk/; revision=5449
This commit is contained in:
Royce Mitchell III
2003-08-07 04:03:25 +00:00
parent 8828590645
commit 74ff28452f
92 changed files with 1337 additions and 903 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.4 2003/06/09 20:23:06 hbirr Exp $
# $Id: Makefile,v 1.5 2003/08/07 04:03:23 royce Exp $
PATH_TO_TOP = ../..
@@ -12,6 +12,9 @@ include Makefile.$(ARCH)
TARGET_CFLAGS = -Wall -Werror
# require os code to explicitly request A/W version of structs/functions
TARGET_CFLAGS += -D_DISABLE_TIDENTS
ifeq ($(DBG), 1)
TARGET_CFLAGS += -g
else