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:
Vadim Zeitlin
2000-03-17 16:55:34 +00:00
parent 3bfbab1e83
commit a37a5a73c5
7 changed files with 107 additions and 8 deletions

View File

@@ -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;