mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[NTOBJSHEX] Disable exceptions in atl when compiling without exceptions
This commit is contained in:
parent
0f60294c56
commit
d0a8b98bd8
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
|
||||
project(SHELL)
|
||||
|
||||
add_definitions(
|
||||
-D_ATL_NO_EXCEPTIONS)
|
||||
|
||||
set_cpp(WITH_RUNTIME)
|
||||
|
||||
if(NOT MSVC)
|
||||
|
|
Loading…
Reference in a new issue