X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..d3b4d1131395d0413bd904579a310f6d9f7382f7:/include/wx/listctrl.h diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index 1025f70334..d1fd4f9043 100644 --- a/include/wx/listctrl.h +++ b/include/wx/listctrl.h @@ -1,13 +1,19 @@ -#ifndef __LISTCTRLH_BASE__ -#define __LISTCTRLH_BASE__ +#ifndef _WX_LISTCTRL_H_BASE_ +#define _WX_LISTCTRL_H_BASE_ -#if defined(__WINDOWS__) +#if defined(__WXMSW__) #include "wx/msw/listctrl.h" -#elif defined(__MOTIF__) +#elif defined(__WXMOTIF__) #include "wx/generic/listctrl.h" -#elif defined(__GTK__) +#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_