https://git.reactos.org/?p=reactos.git;a=commitdiff;h=537f4c219571b789ac1eb…
commit 537f4c219571b789ac1eb41f9963189c691b8307
Author: Mark Jansen <mark.jansen(a)reactos.org>
AuthorDate: Tue Apr 16 23:03:22 2019 +0200
Commit: Mark Jansen <mark.jansen(a)reactos.org>
CommitDate: Thu Apr 18 19:21:38 2019 +0200
[NETREG] Use exceptions with stl
---
modules/rosapps/applications/net/netreg/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/rosapps/applications/net/netreg/CMakeLists.txt
b/modules/rosapps/applications/net/netreg/CMakeLists.txt
index ce7e2fc6af..36425680b7 100644
--- a/modules/rosapps/applications/net/netreg/CMakeLists.txt
+++ b/modules/rosapps/applications/net/netreg/CMakeLists.txt
@@ -1,5 +1,5 @@
-set_cpp(WITH_RUNTIME WITH_STL)
+set_cpp(WITH_RUNTIME WITH_STL WITH_EXCEPTIONS)
add_executable(netreg netreg.cpp netreg.rc)
set_module_type(netreg win32cui)
add_importlibs(netreg advapi32 user32 ws2_32 msvcrt kernel32 ntdll)