MSBuild: Support building with clang-cl

This commit is contained in:
Stenzek
2023-08-21 22:38:55 +10:00
parent bf15d13eb7
commit 76b5b8ad06
15 changed files with 862 additions and 34 deletions

View File

@ -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