diff --git a/include/wx/msw/combo.h b/include/wx/msw/combo.h index 95f836bb91..8478f8cff2 100644 --- a/include/wx/msw/combo.h +++ b/include/wx/msw/combo.h @@ -25,6 +25,8 @@ // Define this only if native implementation includes all features #define wxCOMBOCONTROL_FULLY_FEATURED +extern WXDLLIMPEXP_DATA_CORE(const wxChar) wxComboBoxNameStr[]; + class WXDLLEXPORT wxComboCtrl : public wxComboCtrlBase { public: