X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/acd3dca8bbcf856c29777b1cf58ffbe5923afe35..c9e227f4326f3456ae1e9f30911400fcf978484f:/src/cocoa/combobox.mm diff --git a/src/cocoa/combobox.mm b/src/cocoa/combobox.mm index b965d406bd..e0fe3d4911 100644 --- a/src/cocoa/combobox.mm +++ b/src/cocoa/combobox.mm @@ -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