[MSGINA_APITEST] Disable exceptions in atl when compiling without exceptions

This commit is contained in:
Mark Jansen
2019-04-16 23:03:42 +02:00
parent 537f4c2195
commit a255e1d693

View File

@@ -1,4 +1,7 @@
add_definitions(
-D_ATL_NO_EXCEPTIONS)
set_cpp(WITH_RUNTIME)
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/atl)