X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2e12c11a90bc45d2835d13cf323b99c9729b9096..138be2534644631ea5118e24782b23ab4ee37060:/include/wx/msw/listctrl.h?ds=sidebyside diff --git a/include/wx/msw/listctrl.h b/include/wx/msw/listctrl.h index d9189c5eab..288c85b676 100644 --- a/include/wx/msw/listctrl.h +++ b/include/wx/msw/listctrl.h @@ -13,9 +13,11 @@ #define _WX_LISTCTRL_H_ #ifdef __GNUG__ -#pragma interface "listctrl.h" + #pragma interface "listctrl.h" #endif +#if wxUSE_LISTCTRL + #include "wx/control.h" #include "wx/event.h" #include "wx/hash.h" @@ -368,5 +370,7 @@ private: DECLARE_EVENT_TABLE() }; +#endif // wxUSE_LISTCTRL + #endif // _WX_LISTCTRL_H_