]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
Applied patch [ 903619 ] Win64 and Itanium support
[wxWidgets.git] / include / wx / msw / frame.h
index 21b6badf8670933d842f55378a8202adf8d05bdd..0680ada270cc5d863349625d2f2857bbfc126f8f 100644 (file)
@@ -126,7 +126,7 @@ protected:
     bool MSWTranslateMessage(WXMSG* pMsg);
 
     // window proc for the frames
-    long MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
+    WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
 
     // handle WM_INITMENUPOPUP message
     bool HandleInitMenuPopup(WXHMENU hMenu);