]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix for gcc-4 and newer.
authorStefan Neis <Stefan.Neis@t-online.de>
Mon, 20 Oct 2008 06:55:10 +0000 (06:55 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Mon, 20 Oct 2008 06:55:10 +0000 (06:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/os2/frame.h

index b8ad5deaef7ae4628d449cda9b5e4be9e3340567..2592177c4f160970ce8a5856a61906fcb2535ebb 100644 (file)
@@ -215,6 +215,8 @@ private:
     DECLARE_DYNAMIC_CLASS(wxFrame)
 };
 
+MRESULT EXPENTRY wxFrameWndProc(HWND  hWnd,ULONG ulMsg, MPARAM wParam, MPARAM lParam);
+MRESULT EXPENTRY wxFrameMainWndProc(HWND  hWnd,ULONG ulMsg, MPARAM wParam, MPARAM lParam);
 #endif
     // _WX_FRAME_H_