[NETREG] Use exceptions with stl
authorMark Jansen <mark.jansen@reactos.org>
Tue, 16 Apr 2019 21:03:22 +0000 (23:03 +0200)
committerMark Jansen <mark.jansen@reactos.org>
Thu, 18 Apr 2019 17:21:38 +0000 (19:21 +0200)
modules/rosapps/applications/net/netreg/CMakeLists.txt

index ce7e2fc..3642568 100644 (file)
@@ -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)