From: Chris Elliott Date: Mon, 26 May 2003 10:23:03 +0000 (+0000) Subject: fix SF bug 742496 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ba0d56c3c2de49a02edf30e296a630f5ff485cec fix SF bug 742496 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 489140ee53..0868ea5735 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -163,7 +163,7 @@ typedef struct tagNMLVDISPINFOW { #endif #endif -#if ((defined(__WATCOMC__) && __WATCOMC__ >= 1200) || defined(__GNUWIN32__) || defined(__DIGITALMARS__) || defined (__BORLANDC__)) && !defined(HDN_GETDISPINFOW) +#if ((defined(__WATCOMC__) && __WATCOMC__ >= 1200) || defined(__GNUWIN32__) || defined (__MINGW32__) || defined(__DIGITALMARS__) || defined (__BORLANDC__)) && !defined(HDN_GETDISPINFOW) #define HDN_GETDISPINFOW (HDN_FIRST-29) #if !wxCHECK_W32API_VERSION(2, 2) typedef struct {