From: Vadim Zeitlin Date: Sun, 12 Oct 2003 11:17:51 +0000 (+0000) Subject: added LVSICF_NOINVALIDATEALL X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6ee654b36cee924051fa7bcc4d384231f826e749 added LVSICF_NOINVALIDATEALL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 47ed38e36a..8c347306c9 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -45,7 +45,8 @@ #endif #ifndef LVSICF_NOSCROLL - #define LVSICF_NOSCROLL 0x0002 + #define LVSICF_NOINVALIDATEALL 0x0001 + #define LVSICF_NOSCROLL 0x0002 #endif // mingw32/cygwin don't have declarations for comctl32.dll 4.70+ stuff