msvcirt: Use the standard -mno-cygwin build flag.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-05-16 14:54:25 +02:00
parent d8769caee0
commit 0598c70608
2 changed files with 2 additions and 2 deletions

View file

@ -1,8 +1,9 @@
MODULE = msvcirt.dll
IMPORTS = msvcrt
EXTRADEFS = -D_MSVCIRT
PARENTSRC = ../msvcp90
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
exception.c \
msvcirt.c

View file

@ -17,7 +17,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <errno.h>
#include <fcntl.h>