mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 11:53:21 +00:00
[APPHELP_APITEST] Disable exceptions in atl when compiling without exceptions
This commit is contained in:
parent
f5731a41f8
commit
0f60294c56
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue