mirror of
https://github.com/reactos/reactos.git
synced 2026-06-05 03:02:59 +08:00
[COMPILER_APITEST] Enable some SEH tests for MSVC builds
This commit is contained in:
@@ -79,6 +79,10 @@ int seh0058();
|
||||
} \
|
||||
_SEH2_END
|
||||
|
||||
#if defined(_MSC_VER) && !defined(_USE_NATIVE_SEH)
|
||||
#define _USE_NATIVE_SEH
|
||||
#endif
|
||||
|
||||
START_TEST(ms_seh)
|
||||
{
|
||||
run_test(seh0001);
|
||||
|
||||
Reference in New Issue
Block a user