[Premake] Use structured exception handling

This commit is contained in:
momo5502 2017-06-08 13:01:48 +02:00
parent d39d972895
commit 280830274c

View File

@ -238,6 +238,7 @@ workspace "iw4x"
configurations { "Debug", "Release" }
architecture "x32"
platforms "x86"
exceptionhandling ("SEH")
-- VS 2015 toolset only
toolset "msc-140"