[NETREG] Use exceptions with stl

This commit is contained in:
Mark Jansen 2019-04-16 23:03:22 +02:00
parent 9f00854bad
commit 537f4c2195
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View 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)