]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
Trying hard to make things compile.
[wxWidgets.git] / include / wx / msw / statbox.h
index 5bce253763438bdee06b7b1115c2f8c4befde008..169f95e25d6e8d28726cd6ad7fa8dacee7c2b93a 100644 (file)
@@ -42,10 +42,10 @@ public:
     // implementation from now on
     // --------------------------
 
-    virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+    virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
 
     // overriden base class virtuals
-    virtual bool AcceptsFocus() const { return FALSE; }
+    virtual bool AcceptsFocus() const { return false; }
 
 protected:
     virtual wxSize DoGetBestSize() const;