]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/combobox.mm
Applied patch [ 1207531 ] Fix for wxCalendarCtrl being UNUSABLE with some languages
[wxWidgets.git] / src / cocoa / combobox.mm
index 0ab39f3f76dd963b57870443b29fdf4f82f36413..e0fe3d49118e712c0be7d857efe7084f9b5d0e80 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:    wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/wxprec.h"
+// #include "wx/wxprec.h"
 
 //
 // Impl notes:
@@ -67,7 +67,6 @@
     return (candidate ? candidate : inputString);
 }
 */
-#if wxUSE_COMBOBOX
 
 /////////////////////////////////////////////////////////////////////////////
 // Name:        cocoa/NSComboBox.mm
@@ -89,6 +88,8 @@
 // ----------------------------------------------------------------------------
 
 #include "wx/wxprec.h"
+#if wxUSE_COMBOBOX
+
 #ifndef WX_PRECOMP
     #include "wx/window.h"
 #endif // WX_PRECOMP