X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/521e585ff1b0c8d5f48d0d61fe3f59ccba9733c2..3ff632ce661365d18fba19cc17a1100fcca39bde:/include/wx/msw/missing.h 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