diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 3caf5355f2..e90cbbc648 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -430,6 +430,10 @@ typedef struct { #define TVM_SETTEXTCOLOR (TV_FIRST + 30) #endif +#ifndef TVS_INFOTIP + #define TVS_INFOTIP 2048 +#endif + #ifndef TVN_GETINFOTIPA #define TVN_GETINFOTIPA (TVN_FIRST-13) #define TVN_GETINFOTIPW (TVN_FIRST-14)