X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..637f467a0639bf942ebeb466d056fa339bfdbdee:/include/wx/listctrl.h diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index 1025f70334..72f594add6 100644 --- a/include/wx/listctrl.h +++ b/include/wx/listctrl.h @@ -1,11 +1,11 @@ #ifndef __LISTCTRLH_BASE__ #define __LISTCTRLH_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" #endif