Various OS/2 changes to keep up with general library changes and some new dilaog support.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-01-18 17:01:08 +00:00
parent 19f1a09ac9
commit 1b086de146
6 changed files with 110 additions and 131 deletions

View File

@@ -197,15 +197,15 @@ bool wxTopLevelWindowOS2::CreateDialog(
}
HWND hWndDlg;
HWND hWndParent;
HWND hWndOwner;
if (pParent)
hWndParent = GetHwndOf(pParent);
hWndOwner = GetHwndOf(pParent);
else
hWndParent = HWND_DESKTOP;
hWndOwner = HWND_DESKTOP;
hWndDlg = ::WinLoadDlg( hWndParent
,hWndParent
hWndDlg = ::WinLoadDlg( HWND_DESKTOP
,hWndOwner
,(PFNWP)wxDlgProc
,NULL
,(ULONG)ulDlgTemplate