Visualage C++ V4.0 updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -62,7 +62,7 @@ bool wxWindow::LoadNativeDialog(wxWindow* parent, wxWindowID& id)
|
||||
wxTopLevelWindows.Append(this);
|
||||
|
||||
// Enumerate all children
|
||||
HWND hWndNext;
|
||||
HWND hWndNext = NULLHANDLE;
|
||||
// TODO hWndNext = ::GetWindow((HWND) m_hWnd, GW_CHILD);
|
||||
|
||||
wxWindow* child = NULL;
|
||||
|
Reference in New Issue
Block a user