]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dialog.cpp
new HTML tags parser and entities substitution code
[wxWidgets.git] / src / msw / dialog.cpp
index 78d54abe46cb44894773e2ea7de2deffed664f0b..5b2aaf7a99338797ec03eb567e02d72bb82952ae 100644 (file)
@@ -624,6 +624,7 @@ long wxDialog::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam)
             processed = !Close();
             break;
 
+#ifndef __WXMICROWIN__
         case WM_SETCURSOR:
             // we want to override the busy cursor for modal dialogs:
             // typically, wxBeginBusyCursor() is called and then a modal dialog
@@ -649,6 +650,7 @@ long wxDialog::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam)
                 rc = FALSE;
             }
             break;
+#endif
     }
 
     if ( !processed )