- Remove outdated msvcrt Winetest compilation hack, add _CRT_NONSTDC_NO_DEPRECATE to silence the 'unlink' warnings

svn path=/trunk/; revision=38918
This commit is contained in:
Stefan Ginsberg 2009-01-18 21:35:18 +00:00
parent 06d2774513
commit 5986aff6bd
2 changed files with 1 additions and 2 deletions

View file

@ -7,6 +7,7 @@
<include base="msvcrt">include/reactos/wine/msvcrt</include>
<define name="__USE_W32API" />
<define name="__ROS_LONG64__" />
<define name="_CRT_NONSTDC_NO_DEPRECATE" />
<library>kernel32</library>
<library>msvcrt</library>
<file>cpp.c</file>

View file

@ -28,8 +28,6 @@
#include <locale.h>
#include <errno.h>
size_t _mbstrlen(const char*);
static char *buf_to_string(const unsigned char *bin, int len, int nr)
{
static char buf[2][1024];