higher level exception handling on Windows

This commit is contained in:
jriegel
2014-02-20 22:54:30 +01:00
parent e54f0e1903
commit 2e1a84c149
2 changed files with 3 additions and 3 deletions

View File

@@ -984,7 +984,7 @@ void Application::init(int argc, char ** argv)
std::signal(SIGABRT,segmentation_fault_handler);
std::set_terminate(my_terminate_handler);
std::set_unexpected(unexpection_error_handler);
_set_se_translator(my_trans_func);
// _set_se_translator(my_trans_func);
#endif
initTypes();