X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/acd3dca8bbcf856c29777b1cf58ffbe5923afe35..2b199a38dccae76ad59f747dd7ef6fcfc680c089:/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