wxwidgets/include
Vadim Zeitlin 6e4d0202ad Work around placement new breakage by wx/msw/msvcrt.h
Including that header breaks any use of placement new, such as the one
in wx/any.h, so we need to explicitly undefine (and then redefine it
back) "new" to make it compile in case wx/msw/msvcrt.h is included
first.
2023-01-31 14:45:04 +00:00
..
msvc/wx Remove tests for _UNICODE too 2022-10-27 19:43:30 +02:00
wx Work around placement new breakage by wx/msw/msvcrt.h 2023-01-31 14:45:04 +00:00