mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[NETREG] Use exceptions with stl
This commit is contained in:
parent
9f00854bad
commit
537f4c2195
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue