[MSGINA] Disable exceptions in atl when compiling without exceptions

This commit is contained in:
Mark Jansen 2019-04-16 22:53:56 +02:00
parent d0a8b98bd8
commit 9f00854bad
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -1,6 +1,9 @@
set_cpp(WITH_RUNTIME)
add_definitions(
-D_ATL_NO_EXCEPTIONS)
include_directories(
${REACTOS_SOURCE_DIR}/sdk/lib/atl
${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)