mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[MSGINA] Disable exceptions in atl when compiling without exceptions
This commit is contained in:
parent
d0a8b98bd8
commit
9f00854bad
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
|
||||
set_cpp(WITH_RUNTIME)
|
||||
|
||||
add_definitions(
|
||||
-D_ATL_NO_EXCEPTIONS)
|
||||
|
||||
include_directories(
|
||||
${REACTOS_SOURCE_DIR}/sdk/lib/atl
|
||||
${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
|
|
Loading…
Reference in a new issue