diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 3ce2627674..09eaa8d6d7 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -43,6 +43,10 @@ #define LVCFMT_JUSTIFYMASK 0x0003 #endif +#ifndef LVSICF_NOSCROLL + #define LVSICF_NOSCROLL 0x0002 +#endif + // mingw32/cygwin don't have declarations for comctl32.dll 4.70+ stuff #ifndef NM_CACHEHINT typedef struct tagNMLVCACHEHINT