From 81c28dca928ab7c2e712c574dc10ad832fc21ca8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Tue, 24 Dec 2013 13:48:39 +0000 Subject: [PATCH 1/1] Oups, forgot to link against advapi32 too (for registry functions) xD svn path=/branches/ntvdm/; revision=61371 --- subsystems/ntvdm/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsystems/ntvdm/CMakeLists.txt b/subsystems/ntvdm/CMakeLists.txt index 017cdb74d49..43969dc50cd 100644 --- a/subsystems/ntvdm/CMakeLists.txt +++ b/subsystems/ntvdm/CMakeLists.txt @@ -25,5 +25,5 @@ list(APPEND SOURCE add_executable(ntvdm ${SOURCE}) set_module_type(ntvdm win32cui UNICODE) target_link_libraries(ntvdm fast486) -add_importlibs(ntvdm msvcrt user32 gdi32 kernel32 ntdll) +add_importlibs(ntvdm user32 gdi32 advapi32 msvcrt kernel32 ntdll) add_cd_file(TARGET ntvdm DESTINATION reactos/system32 FOR all) -- 2.17.1