]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/textctrl.cpp
trying to fix the generic tree appearance problems
[wxWidgets.git] / src / gtk1 / textctrl.cpp
index 0b1fc61efe8a28e61b6829aa6add7fc9dad1d8af..8e07499441ba0c6ab7e4188e237f634b58350308 100644 (file)
@@ -7,10 +7,13 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "textctrl.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/textctrl.h"
 #include "wx/utils.h"
 #include "wx/intl.h"