X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4676948b6814c97b93c431a8cbcd8c0352c87ba9..7848088476db284a94f19eeb24411b45d676ac46:/src/msw/tabctrl.cpp?ds=inline diff --git a/src/msw/tabctrl.cpp b/src/msw/tabctrl.cpp index 4f3e3ab4c0..acbfd871c4 100644 --- a/src/msw/tabctrl.cpp +++ b/src/msw/tabctrl.cpp @@ -9,7 +9,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "tabctrl.h" #endif @@ -26,10 +26,6 @@ #if defined(__WIN95__) -#if !defined(__GNUWIN32__) && !defined(__SALFORDC__) -#include "malloc.h" -#endif - #include "wx/msw/private.h" #if defined(__WIN95__) && !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__))