X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74295623bb14ed23da081f002aa99380d5c1a2e2..5526e819eca4465ed5520d49bccfebc6a28045e0:/include/wx/wxprec.h?ds=sidebyside

diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h
index 045787256e..80526f249b 100644
--- a/include/wx/wxprec.h
+++ b/include/wx/wxprec.h
@@ -26,45 +26,14 @@
 
 // include the wx definitions
 #ifdef WX_PRECOMP
-#include "wx/wx.h"
 
-// Comment this out if you don't mind slower compilation of the wxWindows
-// library
-#if !defined(__WXMAC__) && !defined(__SALFORDC__)
+#ifdef __WXMSW__
 #include <windows.h>
+#include "wx/msw/winundef.h"
 #endif
 
-#ifdef GetClassInfo
-#undef GetClassInfo
-#endif
-
-#ifdef GetClassName
-#undef GetClassName
-#endif
-
-#ifdef DrawText
-#undef DrawText
-#endif
-
-#ifdef GetCharWidth
-#undef GetCharWidth
-#endif
-
-#ifdef StartDoc
-#undef StartDoc
-#endif
-
-#ifdef FindWindow
-#undef FindWindow
-#endif
-
-#ifdef FindResource
-#undef FindResource
-#endif
+#include "wx/wx.h"
 
-#ifdef LoadAccelerators
-#undef LoadAccelerators
-#endif
 
 #endif // WX_PRECOMP