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:
@@ -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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user