From aec263582559aff24d79b79b9c93ee7113fca879 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 17 May 2005 20:14:44 +0000 Subject: [PATCH] DMC missing value. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/missing.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index a23ca2e3e0..a94ab22b2e 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -90,6 +90,10 @@ // Needed by listctrl.cpp // ---------------------------------------------------------------------------- +#ifndef LVS_EX_FULLROWSELECT + #define LVS_EX_FULLROWSELECT 0x00000020 +#endif + #ifndef LVS_EX_LABELTIP #define LVS_EX_LABELTIP 0x00004000 #endif -- 2.47.2