Disable a cpp test. We need dbghelp support for name de-mangling.

svn path=/trunk/; revision=12028
This commit is contained in:
Steven Edwards 2004-12-11 19:51:31 +00:00
parent 33f1fed6b5
commit 686bc7deab
2 changed files with 4 additions and 2 deletions

View file

@ -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 @@ TARGET_APPTYPE = console
# 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

View file

@ -238,7 +238,9 @@ static void InitFunctionPtrs()
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");