Oups, forgot to link against advapi32 too (for registry functions) xD
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 24 Dec 2013 13:48:39 +0000 (13:48 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 24 Dec 2013 13:48:39 +0000 (13:48 +0000)
svn path=/branches/ntvdm/; revision=61371

subsystems/ntvdm/CMakeLists.txt

index 017cdb7..43969dc 100644 (file)
@@ -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)