]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listctrl.cpp
log textctrl should be readonly
[wxWidgets.git] / src / msw / listctrl.cpp
index be0e6c5bacb2f592c436a24f079283ae96f06893..6b4a8821316662861fc5c13b38d5f95f0fec34b6 100644 (file)
@@ -1509,7 +1509,11 @@ bool wxListCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result)
     // is it a message from the header?
     if ( nmhdr->hwndFrom == hwndHdr )
     {
+#ifdef __WATCOMC__
+        HD_NOTIFY *nmHDR = (HD_NOTIFY *)nmhdr;
+#else
         NMHEADER *nmHDR = (NMHEADER *)nmhdr;
+#endif
         event.m_itemIndex = -1;
 
         switch ( nmhdr->code )