fix global definition of new and new[] for windows

svn: r5689
This commit is contained in:
Matthew Flatt 2007-02-25 02:31:55 +00:00
parent e60ba79f61
commit e2326028a3

View File

@ -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 <stdio.h>