From a255e1d693cfd7940109a117240a6322a38232c2 Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Tue, 16 Apr 2019 23:03:42 +0200 Subject: [PATCH] [MSGINA_APITEST] Disable exceptions in atl when compiling without exceptions --- modules/rostests/apitests/msgina/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/rostests/apitests/msgina/CMakeLists.txt b/modules/rostests/apitests/msgina/CMakeLists.txt index 524521db133..0d64a0c2336 100644 --- a/modules/rostests/apitests/msgina/CMakeLists.txt +++ b/modules/rostests/apitests/msgina/CMakeLists.txt @@ -1,4 +1,7 @@ +add_definitions( + -D_ATL_NO_EXCEPTIONS) + set_cpp(WITH_RUNTIME) include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/atl)