X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2049ba38adafa0ec146880de29f26e32dd69a125..30c710fd9dc015ba7d4f24c14e18a37a67733070:/include/wx/listctrl.h diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index 72f594add6..d1fd4f9043 100644 --- a/include/wx/listctrl.h +++ b/include/wx/listctrl.h @@ -1,5 +1,5 @@ -#ifndef __LISTCTRLH_BASE__ -#define __LISTCTRLH_BASE__ +#ifndef _WX_LISTCTRL_H_BASE_ +#define _WX_LISTCTRL_H_BASE_ #if defined(__WXMSW__) #include "wx/msw/listctrl.h" @@ -7,7 +7,13 @@ #include "wx/generic/listctrl.h" #elif defined(__WXGTK__) #include "wx/generic/listctrl.h" +#elif defined(__WXQT__) +#include "wx/generic/listctrl.h" +#elif defined(__WXMAC__) +#include "wx/generic/listctrl.h" +#elif defined(__WXSTUBS__) +#include "wx/generic/listctrl.h" #endif #endif - // __LISTCTRLH_BASE__ + // _WX_LISTCTRL_H_BASE_