X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd54f5d3051f04a3c51d7bafdf1503be2443b6e1..0b3fcc0a593aabd27d9d2cde2c5e0fd65c88cc5b:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 77124090fd..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 @@ -179,10 +180,14 @@ typedef struct { #endif #endif +#ifndef LVM_SETUNICODEFORMAT +#define LVM_SETUNICODEFORMAT 0x2005 +#endif + // ---------------------------------------------------------------------------- // Toolbar define value missing // ---------------------------------------------------------------------------- -#if defined(__DIGITALMARS__) +#if !defined(CCS_VERT) #define CCS_VERT 0x00000080L #endif