X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4e76e0d7e4c1be878e125df31dc9370bb0fa99e..1144d24d25ebf729407db27594dd51778f77cec4:/include/wx/listctrl.h diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index 51b65a8e5e..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" @@ -9,7 +9,11 @@ #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_