From b0ce92bdb20fdd8b8b25932d2108d665bbfedac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Thu, 30 Sep 2010 22:05:12 +0000 Subject: [PATCH] [CMAKE] - fix msvc extrac32 build svn path=/branches/cmake-bringup/; revision=48950 --- base/applications/extrac32/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/applications/extrac32/CMakeLists.txt b/base/applications/extrac32/CMakeLists.txt index f760e7bced7..7f5f58ed448 100644 --- a/base/applications/extrac32/CMakeLists.txt +++ b/base/applications/extrac32/CMakeLists.txt @@ -7,4 +7,4 @@ set_module_type(extrac32 win32gui) target_link_libraries(extrac32 wine) -add_importlibs(extrac32 shell32 setupapi shlwapi user32 msvcrt) \ No newline at end of file +add_importlibs(extrac32 ntdll shell32 setupapi shlwapi user32 msvcrt) \ No newline at end of file