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:
Vadim Zeitlin
2002-02-17 22:44:29 +00:00
parent b2d5a7ee00
commit 912c192f7b

View File

@@ -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,