]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tabctrl.cpp
lastChar was defined as a char when it should have been an int
[wxWidgets.git] / src / msw / tabctrl.cpp
index 4f3e3ab4c0c502b03d38a83f77fde292a74925ff..acbfd871c497441f253c5f064ca0697cbed87351 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "tabctrl.h"
 #endif
 
 
 #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__))