projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10fa9bf
)
[RSHELL] Disable exceptions in atl when compiling without exceptions
author
Mark Jansen
<mark.jansen@reactos.org>
Thu, 18 Apr 2019 17:21:00 +0000
(19:21 +0200)
committer
Mark Jansen
<mark.jansen@reactos.org>
Thu, 18 Apr 2019 17:21:39 +0000
(19:21 +0200)
base/shell/rshell/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/base/shell/rshell/CMakeLists.txt
b/base/shell/rshell/CMakeLists.txt
index
5d4170d
..
a272217
100644
(file)
--- a/
base/shell/rshell/CMakeLists.txt
+++ b/
base/shell/rshell/CMakeLists.txt
@@
-1,5
+1,8
@@
PROJECT(SHELL)
+add_definitions(
+ -D_ATL_NO_EXCEPTIONS)
+
set_cpp(WITH_RUNTIME)
include_directories(