fixes for MSWGetCreateWindowFlags signature change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user