[NTOBJSHEX] Disable exceptions in atl when compiling without exceptions

This commit is contained in:
Mark Jansen 2019-04-16 22:51:34 +02:00
parent 0f60294c56
commit d0a8b98bd8
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -1,6 +1,9 @@
project(SHELL)
add_definitions(
-D_ATL_NO_EXCEPTIONS)
set_cpp(WITH_RUNTIME)
if(NOT MSVC)