MSBuild: Support building with clang-cl
This commit is contained in:
@ -989,15 +989,7 @@ void RA_Shutdown()
|
||||
// Call shutdown on toolchain
|
||||
if (_RA_Shutdown != nullptr)
|
||||
{
|
||||
#ifdef __cplusplus
|
||||
try {
|
||||
#endif
|
||||
_RA_Shutdown();
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
catch (std::runtime_error&) {
|
||||
}
|
||||
#endif
|
||||
_RA_Shutdown();
|
||||
}
|
||||
|
||||
// Clear func ptrs
|
||||
|
||||
Reference in New Issue
Block a user