From: Vadim Zeitlin Date: Sat, 7 Jul 2001 23:22:43 +0000 (+0000) Subject: oops, I didn't mean to commit this testing code X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/83ac6a4ea3f110b84bd7e1b0cd5ef580d7b145a4 oops, I didn't mean to commit this testing code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"