]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/checklst.cpp
Always use XPMs in this sample
[wxWidgets.git] / src / gtk / checklst.cpp
index 5a4f2469f578612018e7ab05e8d2f72a7d40c37b..fc1aa4602adf0965682e13890c11f9190360bc22 100644 (file)
@@ -7,10 +7,13 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "checklst.h"
 #endif
 
 #pragma implementation "checklst.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/defs.h"
 
 #if wxUSE_CHECKLISTBOX
 #include "wx/defs.h"
 
 #if wxUSE_CHECKLISTBOX