]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/listbox.cpp
trying to avoid redraw problems at wrong places
[wxWidgets.git] / src / gtk1 / listbox.cpp
index e9540a1e4465624029bea7b50555c593117fc7fe..56f3a233833e029fcc4d451dfadb32e08ca2d2a1 100644 (file)
@@ -8,10 +8,13 @@
 /////////////////////////////////////////////////////////////////////////////
 
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "listbox.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/defs.h"
 
 #if wxUSE_LISTBOX