git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8256
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (wxTheApp->GetExitOnFrameDelete())
{
if (wxTheApp->GetExitOnFrameDelete())
{
- ::WinPostMsg(GetHWND(), WM_QUIT, 0, 0);
+ ::WinPostMsg(NULL, WM_QUIT, 0, 0);
}
}
wxModelessWindows.DeleteObject(this);
}
}
wxModelessWindows.DeleteObject(this);
case WM_DESTROY:
HandleDestroy();
bProcessed = TRUE;
case WM_DESTROY:
HandleDestroy();
bProcessed = TRUE;
wxAssociateWinWithHandle((HWND)m_hWnd
,this
);
wxAssociateWinWithHandle((HWND)m_hWnd
,this
);
// Now need to subclass window.
//
// Now need to subclass window.
//