From: Włodzimierz Skiba Date: Tue, 17 May 2005 20:14:44 +0000 (+0000) Subject: DMC missing value. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aec263582559aff24d79b79b9c93ee7113fca879 DMC missing value. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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