diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index a23ca2e3e0..a94ab22b2e 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -90,6 +90,10 @@ // Needed by listctrl.cpp // ---------------------------------------------------------------------------- +#ifndef LVS_EX_FULLROWSELECT + #define LVS_EX_FULLROWSELECT 0x00000020 +#endif + #ifndef LVS_EX_LABELTIP #define LVS_EX_LABELTIP 0x00004000 #endif