git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53804
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
virtual ExitCode Entry()
{
virtual ExitCode Entry()
{
- return (ExitCode)EXEC(m_command);
+ return wxUIntToPtr(EXEC(m_command));
thread.Run();
wxLogMessage(wxT("The exit code from a child thread is %ld"),
thread.Run();
wxLogMessage(wxT("The exit code from a child thread is %ld"),
+ (long)wxPtrToUInt(thread.Wait()));
}
void MyFrame::OnShowCPUs(wxCommandEvent& WXUNUSED(event))
}
void MyFrame::OnShowCPUs(wxCommandEvent& WXUNUSED(event))