Kaydet (Commit) 8d463bbf authored tarafından Stephan Bergmann's avatar Stephan Bergmann

...one more detail to get things fixed

Change-Id: If5d3cb2242e08e559380a4e2c86c96dc6cdc0c71
üst ef975760
...@@ -172,6 +172,8 @@ void win_seh_translator( unsigned nSEHCode, _EXCEPTION_POINTERS* /* pExcPtrs */) ...@@ -172,6 +172,8 @@ void win_seh_translator( unsigned nSEHCode, _EXCEPTION_POINTERS* /* pExcPtrs */)
throw std::runtime_error( pSEHName); throw std::runtime_error( pSEHName);
} }
}
void onErrorReportingChanged(bool bEnable) void onErrorReportingChanged(bool bEnable)
{ {
#if defined _MSC_VER #if defined _MSC_VER
...@@ -183,6 +185,4 @@ void onErrorReportingChanged(bool bEnable) ...@@ -183,6 +185,4 @@ void onErrorReportingChanged(bool bEnable)
#endif #endif
} }
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment