[ros-diffs] [gedmurphy] 41303: There's no such thing as ntsys.lib in Windows, dynamically link to ntdll to fix building with msvc.
gedmurphy at svn.reactos.org
gedmurphy at svn.reactos.org
Sat Jun 6 16:37:41 CEST 2009
Author: gedmurphy
Date: Sat Jun 6 18:37:40 2009
New Revision: 41303
URL: http://svn.reactos.org/svn/reactos?rev=41303&view=rev
Log:
There's no such thing as ntsys.lib in Windows, dynamically link to ntdll to fix building with msvc.
Modified:
trunk/reactos/base/applications/taskmgr/taskmgr.rbuild
Modified: trunk/reactos/base/applications/taskmgr/taskmgr.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/taskmgr/taskmgr.rbuild?rev=41303&r1=41302&r2=41303&view=diff
==============================================================================
--- trunk/reactos/base/applications/taskmgr/taskmgr.rbuild [iso-8859-1] (original)
+++ trunk/reactos/base/applications/taskmgr/taskmgr.rbuild [iso-8859-1] Sat Jun 6 18:37:40 2009
@@ -2,7 +2,7 @@
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="taskmgr" type="win32gui" installbase="system32" installname="taskmgr.exe" unicode="yes">
<include base="taskmgr">.</include>
- <library>ntsys</library>
+ <library>ntdll</library>
<library>kernel32</library>
<library>advapi32</library>
<library>user32</library>
More information about the Ros-diffs
mailing list