mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 23:18:39 +00:00
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:
parent
aac6354d3b
commit
b3b0519142
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue