mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:32:59 +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)
|
set_cpp(WITH_RUNTIME)
|
||||||
|
|
||||||
|
add_definitions(
|
||||||
|
-D_ATL_NO_EXCEPTIONS)
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
${REACTOS_SOURCE_DIR}/sdk/lib/atl
|
${REACTOS_SOURCE_DIR}/sdk/lib/atl
|
||||||
${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue