]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/window.cpp
deprecated static wxWizard::Create()
[wxWidgets.git] / src / os2 / window.cpp
index 87e89399f71b6f0e142bb17f75546cebd5085c5d..85f6f74323cd8543018f932db2f5e0a418ffd86a 100644 (file)
@@ -35,6 +35,7 @@
     #include "wx/scrolwin.h"
     #include "wx/radiobox.h"
     #include "wx/slider.h"
+    #include "wx/statbox.h"
     #include "wx/statusbr.h"
     #include "wx/toolbar.h"
     #include "wx/settings.h"
@@ -2932,7 +2933,7 @@ MRESULT wxWindowOS2::OS2WindowProc(
             if ( bProcessed )
             {
                 // we never set focus from here
-                mResult = FALSE;
+                mResult = (MRESULT)FALSE;
             }
             break;