[NTOBJSHEX] Disable exceptions in atl when compiling without exceptions

This commit is contained in:
Mark Jansen
2019-04-18 19:21:38 +02:00
parent 0f60294c56
commit d0a8b98bd8
+3
View File
@@ -1,6 +1,9 @@
project(SHELL)
add_definitions(
-D_ATL_NO_EXCEPTIONS)
set_cpp(WITH_RUNTIME)
if(NOT MSVC)