Mingw compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-10-24 16:10:00 +00:00
parent a693d65e54
commit 47cfa2bd4c

View File

@@ -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
// ----------------------------------------------------------------------------