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

Alexandre Julliard julliard at winehq.org
Thu May 16 16:26:57 CDT 2019


Module: wine
Branch: master
Commit: 0598c706082893b8e05e002ce9fda1a36736f76e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0598c706082893b8e05e002ce9fda1a36736f76e

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu May 16 14:54:25 2019 +0200

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

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msvcirt/Makefile.in | 3 ++-
 dlls/msvcirt/msvcirt.c   | 1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msvcirt/Makefile.in b/dlls/msvcirt/Makefile.in
index acaf495..65be072 100644
--- a/dlls/msvcirt/Makefile.in
+++ b/dlls/msvcirt/Makefile.in
@@ -1,8 +1,9 @@
 MODULE    = msvcirt.dll
-IMPORTS   = msvcrt
 EXTRADEFS = -D_MSVCIRT
 PARENTSRC = ../msvcp90
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	exception.c \
 	msvcirt.c
diff --git a/dlls/msvcirt/msvcirt.c b/dlls/msvcirt/msvcirt.c
index fa0bbb5..797b0b1 100644
--- a/dlls/msvcirt/msvcirt.c
+++ b/dlls/msvcirt/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>




More information about the wine-cvs mailing list