X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9e06a15fc2f2144f7161dc813941e5c5ccd41132..09b895cb4a954494063eb17d3dc302a654fd99e5:/include/wx/msw/missing.h?ds=inline diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 8bbad72d99..b13bc7736e 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -219,7 +219,8 @@ typedef struct wxtagNMLVCUSTOMDRAW_ { #define LVS_EX_FULLROWSELECT 0x00000020 #endif -#ifndef LVS_EX_LABELTIP +// LVS_EX_LABELTIP is not supported by Windows CE, don't define it there +#if !defined(LVS_EX_LABELTIP) && !defined(__WXWINCE__) #define LVS_EX_LABELTIP 0x00004000 #endif