mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[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:
parent
ad11d9e21a
commit
1e9ed4c977
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue