From 77f202a3aa4ca36b41bf66481cb37f0f9b7dd92a Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Thu, 1 Nov 2001 00:58:30 +0000 Subject: [PATCH] ppremake confusion --- dtool/Config.Win32.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dtool/Config.Win32.pp b/dtool/Config.Win32.pp index 559884718d..7e8c9faf37 100644 --- a/dtool/Config.Win32.pp +++ b/dtool/Config.Win32.pp @@ -101,7 +101,8 @@ #define GLOBAL_OPERATOR_NEW_EXCEPTIONS // Do we expect the old STL allocator? -#undef OLD_STYLE_ALLOCATOR +// this indicates OLD_STYLE_ALLOCATOR is NOT used (defined as the empty string) +#define OLD_STYLE_ALLOCATOR // can Intel C++ build this directory successfully (if not, change CC to msvc) #define NOT_INTEL_BUILDABLE false