X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4db172a3b318df9aff178eb6c5da149d56e0859..d10e22fe8ad283f37b1809349028ffc282e393ce:/src/common/memory.cpp diff --git a/src/common/memory.cpp b/src/common/memory.cpp index acd63dcde9..72169f2735 100644 --- a/src/common/memory.cpp +++ b/src/common/memory.cpp @@ -21,6 +21,9 @@ #include "wx/memory.h" #ifndef WX_PRECOMP + #ifdef __WXMSW__ + #include "wx/msw/wrapwin.h" + #endif #include "wx/utils.h" #include "wx/app.h" #include "wx/hash.h" @@ -43,19 +46,6 @@ #include #include -#ifdef __WXMSW__ -#include "wx/msw/wrapwin.h" - -#ifdef GetClassInfo -#undef GetClassInfo -#endif - -#ifdef GetClassName -#undef GetClassName -#endif - -#endif - #if wxUSE_THREADS && defined(__WXDEBUG__) #define USE_THREADSAFE_MEMORY_ALLOCATION 1 #else