From 83ac6a4ea3f110b84bd7e1b0cd5ef580d7b145a4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 7 Jul 2001 23:22:43 +0000 Subject: [PATCH] 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 --- include/wx/listctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.0