]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/treectrl.cpp
wxRegEx docs I forgot to add before (sorry)
[wxWidgets.git] / src / msw / treectrl.cpp
index b21c0ec0c0935edef5b27826884d3ed2e84151ad..18b888bb9b3d845212a004d3b14b128dfa14c684 100644 (file)
@@ -2138,7 +2138,7 @@ bool wxTreeCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result)
             }
             break;
 
-#if defined(_WIN32_IE) && _WIN32_IE >= 0x300 && !wxUSE_COMCTL32_SAFELY
+#if defined(_WIN32_IE) && _WIN32_IE >= 0x300 && !wxUSE_COMCTL32_SAFELY && !defined(__GNUWIN32__)
         case NM_CUSTOMDRAW:
             {
                 LPNMTVCUSTOMDRAW lptvcd = (LPNMTVCUSTOMDRAW)lParam;