瀏覽代碼

ppremake confusion

cxgeorge 24 年之前
父節點
當前提交
77f202a3aa
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      dtool/Config.Win32.pp

+ 2 - 1
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