X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c6c2445d880d99385c0c7cbcacdec95dc8c7b75c..58e041b75320b509fe01cfb9d7057990e4a60f04:/include/wx/msw/missing.h 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