]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listctrl.cpp
MinGW, Watcom and Borland warning fixes.
[wxWidgets.git] / src / msw / listctrl.cpp
index 6a95d356fd16b42b35ea07f969184e7963f25eae..5d00e034b4c29a16e13c853df76c9dba63d61847 100644 (file)
@@ -2133,6 +2133,8 @@ bool wxListCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result)
                 }
                 break;
 
+#if 0
+disable temporary for correct building before the missing headers are not completed
             case LVN_ODFINDITEM:
                 // this message is only used with the virtual list control but
                 // even there we don't want to always use it: in a control with
@@ -2202,6 +2204,7 @@ bool wxListCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result)
                     processed = false;
                 }
                 break;
+#endif
 
             case LVN_GETDISPINFO:
                 if ( IsVirtual() )