1
0
forked from 0ad/0ad

config: remove HAVE_DEBUGALLOC

Xeromyces.cpp,xmlutils,XercesErrorHandler.cpp: use nommgr.h

This was SVN commit r1787.
This commit is contained in:
janwas 2005-01-23 18:25:28 +00:00
parent 8c7df579bc
commit 699b38e350
4 changed files with 6 additions and 3 deletions

View File

@ -70,7 +70,7 @@
#endif #endif
#if defined(_MSC_VER) && defined(HAVE_PCH) && !( defined(NDEBUG) || defined(TESTING) ) #if defined(_MSC_VER) && defined(HAVE_PCH) && !( defined(NDEBUG) || defined(TESTING) )
# define HAVE_DEBUGALLOC // # define HAVE_DEBUGALLOC
#endif #endif
#ifdef OS_UNIX #ifdef OS_UNIX

View File

@ -1,8 +1,8 @@
#include "precompiled.h" #include "precompiled.h"
#include "XML.h" #include "nommgr.h"
#undef new // if it was redefined for leak detection, since xerces doesn't like it #include "XML.h"
#include "CStr.h" #include "CStr.h"
#include "CLogger.h" #include "CLogger.h"

View File

@ -9,6 +9,7 @@ gee@pyro.nu
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
#include "precompiled.h" #include "precompiled.h"
#include "nommgr.h"
#include "XercesErrorHandler.h" #include "XercesErrorHandler.h"
#include <iostream> #include <iostream>

View File

@ -2,6 +2,8 @@
#include "precompiled.h" #include "precompiled.h"
#include "nommgr.h"
#include <vector> #include <vector>
#include <set> #include <set>
#include <map> #include <map>