X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05e3a383e0bff29b830f91b6b40e63a3b1a3e72f..e128397f931f7a97316057588c6dfd70b1b9fd97:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 088073bc23..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,6 +180,16 @@ typedef struct { #endif #endif +#ifndef LVM_SETUNICODEFORMAT +#define LVM_SETUNICODEFORMAT 0x2005 +#endif + +// ---------------------------------------------------------------------------- +// Toolbar define value missing +// ---------------------------------------------------------------------------- +#if !defined(CCS_VERT) +#define CCS_VERT 0x00000080L +#endif // ---------------------------------------------------------------------------- // MS HTML Help