[APPHELP_APITEST] Disable exceptions in atl when compiling without exceptions

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

View file

@ -1,5 +1,12 @@
project(appcompat)
add_definitions(-D__ROS_LONG64__ -DWINETEST_USE_DBGSTR_LONGLONG -DUNICODE -D_UNICODE)
add_definitions(
-D__ROS_LONG64__
-DWINETEST_USE_DBGSTR_LONGLONG
-DUNICODE
-D_UNICODE
-D_ATL_NO_EXCEPTIONS)
set_cpp(WITH_RUNTIME)
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/atl