wxHandleFatalExceptions() added, documented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include "wx/image.h"
|
||||
|
||||
#if wxUSE_THREADS
|
||||
#include "wx/thread.h"
|
||||
#include "wx/thread.h"
|
||||
#endif
|
||||
|
||||
#include <unistd.h>
|
||||
@@ -651,9 +651,7 @@ void wxEntryCleanup()
|
||||
|
||||
int wxEntry( int argc, char *argv[] )
|
||||
{
|
||||
int err;
|
||||
|
||||
err = wxEntryStart(argc, argv);
|
||||
int err = wxEntryStart(argc, argv);
|
||||
if (err)
|
||||
return err;
|
||||
|
||||
|
Reference in New Issue
Block a user