msvcirt: Use the standard -mno-cygwin build flag.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d8769caee0
commit
0598c70608
|
@ -1,8 +1,9 @@
|
|||
MODULE = msvcirt.dll
|
||||
IMPORTS = msvcrt
|
||||
EXTRADEFS = -D_MSVCIRT
|
||||
PARENTSRC = ../msvcp90
|
||||
|
||||
EXTRADLLFLAGS = -mno-cygwin
|
||||
|
||||
C_SRCS = \
|
||||
exception.c \
|
||||
msvcirt.c
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue