A msvcrt test shouldn't test ntdll functions for correctness. Now people don't need to fix nonexistant "hidden" msvcrt bugs anymore.

svn path=/trunk/; revision=36577
This commit is contained in:
Gregor Schneider 2008-09-28 18:40:38 +00:00
parent aac6354d3b
commit b3b0519142

View file

@ -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>