From e2326028a326c931cd48545a3639b7ec3b376f09 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 25 Feb 2007 02:31:55 +0000 Subject: [PATCH] fix global definition of new and new[] for windows svn: r5689 --- src/wxcommon/wxGC.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wxcommon/wxGC.cxx b/src/wxcommon/wxGC.cxx index 522d5fe299..6bd64aca23 100644 --- a/src/wxcommon/wxGC.cxx +++ b/src/wxcommon/wxGC.cxx @@ -36,7 +36,7 @@ Authors: John R. Ellis and Jesse Hull omit `new' and `delete'. There should be no problem under Windows, due to the way DLL linking works. */ -#ifndef wx_msw +#ifndef WIN32 # if defined(OS_X) && defined(__POWERPC__) # define MALLOC_FOR_BUILTIN_NEW # include