Commit 0598c706 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent d8769cae
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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment