X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eaeeb91eb6196d413b69ee28201cebb4f8384e53..b1d4dd7add411ebff1ce4a8d1d992e0e43ee26b1:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 7243690420..4a094e59de 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -159,6 +159,19 @@ typedef struct tagNMLVDISPINFOW { #endif #endif +#if ((defined(__WATCOMC__) && __WATCOMC__ >= 1200) || defined(__GNUWIN32__)) && !defined(HDN_GETDISPINFOW) +#define HDN_GETDISPINFOW (HDN_FIRST-29) +typedef struct { + NMHDR hdr; + int iItem; + UINT mask; + LPWSTR pszText; + int cchTextMax; + int iImage; + LPARAM lParam; +} NMHDDISPINFOW, *LPNMHDDISPINFOW; +#endif + // ---------------------------------------------------------------------------- // MS HTML Help @@ -230,19 +243,5 @@ struct HH_AKLINK #define QS_ALLPOSTMESSAGE 0x0100 #endif -#ifdef __WXWINE__ -#define LV_ITEMA LVITEMA -#define LV_ITEMW LVITEMW -#define LV_DISPINFOA NMLVDISPINFOA -#define LV_DISPINFOW NMLVDISPINFOW - -#if wxUSE_UNICODE -#define LV_FINDINFO LVFINDINFOW -#else -#define LV_FINDINFO LVFINDINFOA -#endif - -#endif - #endif // _WX_MISSING_H_