Remove WerSetFlags that was a pre-sentry test
This commit is contained in:
parent
c4204624a9
commit
dd519f1b38
|
@ -51,11 +51,6 @@ bool KIPLATFORM::APP::Init()
|
|||
SetErrorMode( SEM_FAILCRITICALERRORS | SEM_NOOPENFILEERRORBOX );
|
||||
#endif
|
||||
|
||||
#if defined( _MSC_VER )
|
||||
// ensure the WER crash report dialog always appears
|
||||
WerSetFlags( WER_FAULT_REPORTING_ALWAYS_SHOW_UI );
|
||||
#endif
|
||||
|
||||
// remove CWD from the dll search paths
|
||||
// just the smallest of security tweaks as we do load DLLs on demand
|
||||
SetDllDirectory( wxT( "" ) );
|
||||
|
|
Loading…
Reference in New Issue