]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/combobox.cpp
Send all menu item actions to a dedicated target. This is to ensure
[wxWidgets.git] / src / gtk1 / combobox.cpp
index 7db2b2f7505746ab5983294633b6378d734a46fa..29eaf88f4fad43c983c84c45f5ad9f274d9047a1 100644 (file)
@@ -7,10 +7,13 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "combobox.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/combobox.h"
 
 #if wxUSE_COMBOBOX