msvcp140: 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:53:26 +02:00
parent 8dc868a054
commit ba788f74f9

View file

@ -3,6 +3,8 @@ IMPORTS = ucrtbase
EXTRADEFS = -D_MSVCP_VER=140
PARENTSRC = ../msvcp90
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
exception.c \
ios.c \