Remove WerSetFlags that was a pre-sentry test

This commit is contained in:
Marek Roszko 2023-01-28 00:08:37 -05:00
parent c4204624a9
commit dd519f1b38
1 changed files with 0 additions and 5 deletions

View File

@ -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( "" ) );