mirror of
https://github.com/reactos/reactos.git
synced 2026-06-06 05:09:11 +08:00
[APPHELP_APITEST] Disable exceptions in atl when compiling without exceptions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user