Author: tkreuzer Date: Sun Jan 2 20:39:40 2011 New Revision: 50268
URL: http://svn.reactos.org/svn/reactos?rev=50268&view=rev Log: [MSVCRT_WINETEST] Link explicitly to msvcrt, instead of importing half of the functions from ntdll.
Modified: trunk/rostests/winetests/msvcrt/msvcrt.rbuild
Modified: trunk/rostests/winetests/msvcrt/msvcrt.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/msvcrt/msvcrt.rb... ============================================================================== --- trunk/rostests/winetests/msvcrt/msvcrt.rbuild [iso-8859-1] (original) +++ trunk/rostests/winetests/msvcrt/msvcrt.rbuild [iso-8859-1] Sun Jan 2 20:39:40 2011 @@ -6,6 +6,7 @@ <include base="msvcrt">include/reactos/wine/msvcrt</include> <define name="__ROS_LONG64__" /> <define name="_CRT_NONSTDC_NO_DEPRECATE" /> + <library>msvcrt</library>
<!-- FIXME: workarounds until we have a proper oldnames library --> <define name="open">_open</define>