mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 09:44:24 +08:00
- 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:
@@ -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>
|
||||
|
||||
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user