From 47cfa2bd4cad4b6842304acda147584c4b243515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 24 Oct 2002 16:10:00 +0000 Subject: [PATCH] Mingw compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/missing.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index cf63f3ec4f..631006ba34 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -159,10 +159,20 @@ typedef struct tagNMLVDISPINFOW { #endif #endif -#ifndef HDN_GETDISPINFOW +#if 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 // ----------------------------------------------------------------------------