]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/frame.h
use wxBusyCursor in wxHtmlWindow instead of SetCursor (the next step is figuring...
[wxWidgets.git] / include / wx / frame.h
index aaec9eba9532acf11dcb47e251ac6adb7a3f4465..2fa2d92fece63024eb54cef43dec2fe361b80238 100644 (file)
@@ -203,7 +203,7 @@ protected:
 };
 
 // include the real class declaration
-#ifdef __WXUNIVERSAL__
+#if defined(__WXUNIVERSAL__) // && !defined(__WXMICROWIN__)
     #include "wx/univ/frame.h"
 #else // !__WXUNIVERSAL__
     #if defined(__WXMSW__)