]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
what do we need a separate (from m_windowStyle) m_dialogStyle here for? removed
[wxWidgets.git] / include / wx / msw / missing.h
index eaff031b73dab77db9337bc8a5c2ecc751b05d59..4a094e59de4c7c2f0fe0228b5b3cddd047beb6c0 100644 (file)
@@ -159,7 +159,7 @@ typedef struct tagNMLVDISPINFOW {
 #endif
 #endif
 
-#if defined(__GNUWIN32__) && !defined(HDN_GETDISPINFOW)
+#if ((defined(__WATCOMC__) && __WATCOMC__ >= 1200) || defined(__GNUWIN32__)) && !defined(HDN_GETDISPINFOW)
 #define HDN_GETDISPINFOW (HDN_FIRST-29)
 typedef struct {
         NMHDR hdr;