]> git.saurik.com Git - wxWidgets.git/commitdiff
fix SF bug 742496
authorChris Elliott <biol75@york.ac.uk>
Mon, 26 May 2003 10:23:03 +0000 (10:23 +0000)
committerChris Elliott <biol75@york.ac.uk>
Mon, 26 May 2003 10:23:03 +0000 (10:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/missing.h

index 489140ee53bbe0dd1c1690c6304bd2fb5a79ba50..0868ea5735a81638c9c0e39379a1a8b48e2a904a 100644 (file)
@@ -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 {