X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b54e41c5298568d48a7a1fa532b2653288a8713c..63166611fb485936c4f320bad2d7b2df58c37616:/include/wx/listctrl.h?ds=sidebyside diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index 934a3a708d..c0507e1396 100644 --- a/include/wx/listctrl.h +++ b/include/wx/listctrl.h @@ -278,7 +278,7 @@ private: // include the wxListCtrl class declaration // ---------------------------------------------------------------------------- -#if 0 // defined(__WIN32__) && !defined(__WXUNIVERSAL__) +#if defined(__WIN32__) && !defined(__WXUNIVERSAL__) #include "wx/msw/listctrl.h" #else #include "wx/generic/listctrl.h"