From: Vadim Zeitlin Date: Sun, 17 Feb 2002 22:44:29 +0000 (+0000) Subject: fixes for MSWGetCreateWindowFlags signature change X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/912c192f7b15090c6ab160c6400b9fb01118187c?ds=sidebyside fixes for MSWGetCreateWindowFlags signature change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/mdi.cpp b/src/msw/mdi.cpp index d3f3e1e8f2..ee869d9759 100644 --- a/src/msw/mdi.cpp +++ b/src/msw/mdi.cpp @@ -206,8 +206,8 @@ bool wxMDIParentFrame::Create(wxWindow *parent, else m_windowId = NewControlId(); - long exflags; - long msflags = MSWGetCreateWindowFlags(&exflags); + WXDWORD exflags; + WXDWORD msflags = MSWGetCreateWindowFlags(&exflags); if ( !wxWindow::MSWCreate(wxMDIFrameClassName, title,