fix global definition of new and new[] for windows
svn: r5689
This commit is contained in:
parent
e60ba79f61
commit
e2326028a3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user