Author: gschneider Date: Sun Sep 28 13:40:38 2008 New Revision: 36577
URL: http://svn.reactos.org/svn/reactos?rev=36577&view=rev Log: A msvcrt test shouldn't test ntdll functions for correctness. Now people don't need to fix nonexistant "hidden" msvcrt bugs anymore.
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 Sep 28 13:40:38 2008 @@ -6,7 +6,7 @@ <include base="msvcrt">include/reactos/wine/msvcrt</include> <define name="__USE_W32API" /> <library>kernel32</library> - <library>ntdll</library> + <library>msvcrt</library> <file>cpp.c</file> <file>data.c</file> <file>dir.c</file>