Author: pschweitzer Date: Sat Nov 19 22:06:18 2011 New Revision: 54450
URL: http://svn.reactos.org/svn/reactos?rev=54450&view=rev Log: [MSVCRT_APITEST] Force linking to msvcrt instead of ntdll. Purpose is to test crt from msvcrt not ntdll. Patch by Sylvain Petreolle.
Modified: trunk/rostests/apitests/msvcrt/msvcrt_apitest.rbuild
Modified: trunk/rostests/apitests/msvcrt/msvcrt_apitest.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/msvcrt/msvcrt_api... ============================================================================== --- trunk/rostests/apitests/msvcrt/msvcrt_apitest.rbuild [iso-8859-1] (original) +++ trunk/rostests/apitests/msvcrt/msvcrt_apitest.rbuild [iso-8859-1] Sat Nov 19 22:06:18 2011 @@ -5,6 +5,7 @@ <include base="msvcrt_apitest">.</include> <library>wine</library> <library>pseh</library> + <library>msvcrt</library> <file>testlist.c</file>
<file>ieee.c</file>