[MSVCRT_WINETEST]

Link explicitly to msvcrt, instead of importing half of the functions from ntdll.

svn path=/trunk/; revision=50268
This commit is contained in:
Timo Kreuzer 2011-01-02 20:39:40 +00:00
parent ad11d9e21a
commit 1e9ed4c977

View file

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