Author: jgardou
Date: Sat Feb 23 17:13:54 2013
New Revision: 58355
URL:
http://svn.reactos.org/svn/reactos?rev=58355&view=rev
Log:
[WINFAX]
- Hopefully, this will get MSVC build right on track
Modified:
trunk/reactos/dll/win32/winfax/CMakeLists.txt
Modified: trunk/reactos/dll/win32/winfax/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/winfax/CMakeList…
==============================================================================
--- trunk/reactos/dll/win32/winfax/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/winfax/CMakeLists.txt [iso-8859-1] Sat Feb 23 17:13:54 2013
@@ -10,6 +10,6 @@
set_module_type(winfax win32dll)
-add_importlibs(winfax kernel32 ntdll)
+add_importlibs(winfax msvcrt kernel32 ntdll)
add_dependencies(winfax psdk)
add_cd_file(TARGET winfax DESTINATION reactos/system32 FOR all)