reactos/lib/msvcrt/tests
diff -u -r1.1 -r1.2
--- cpp.c 11 Dec 2004 19:31:46 -0000 1.1
+++ cpp.c 11 Dec 2004 19:51:31 -0000 1.2
@@ -238,7 +238,9 @@
SET(ptype_info_dtor, "??1type_info@@UAE@XZ");
SET(ptype_info_raw_name, "?raw_name@type_info@@QBEPBDXZ");
+#ifndef __REACTOS__
SET(ptype_info_name, "?name@type_info@@QBEPBDXZ");
+#endif
SET(ptype_info_before, "?before@type_info@@QBEHABV1@@Z");
SET(ptype_info_opequals_equals, "??8type_info@@QBEHABV0@@Z");
SET(ptype_info_opnot_equals, "??9type_info@@QBEHABV0@@Z");
reactos/lib/msvcrt/tests
diff -u -r1.1 -r1.2
--- Makefile 11 Dec 2004 19:31:46 -0000 1.1
+++ Makefile 11 Dec 2004 19:51:31 -0000 1.2
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 2004/12/11 19:31:46 sedwards Exp $
+# $Id: Makefile,v 1.2 2004/12/11 19:51:31 sedwards Exp $
PATH_TO_TOP = ../../..
@@ -10,7 +10,7 @@
# require os code to explicitly request A/W version of structs/functions
TARGET_CFLAGS += -D_DISABLE_TIDENTS -D__USE_W32API -D_WIN32_IE=0x0600 \
- -D_WIN32_WINNT=0x0501
+ -D_WIN32_WINNT=0x0501 -D__REACTOS__
TARGET_NAME = msvcrt_test