Alexandre Julliard : msports: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Thu Jun 13 15:40:38 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun 13 08:45:41 2019 +0200

msports: Build with msvcrt.

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

---

 dlls/msports/Makefile.in | 2 ++
 dlls/msports/main.c      | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msports/Makefile.in b/dlls/msports/Makefile.in
index d4e8593..f3795c9 100644
--- a/dlls/msports/Makefile.in
+++ b/dlls/msports/Makefile.in
@@ -1,4 +1,6 @@
 MODULE    = msports.dll
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	main.c
diff --git a/dlls/msports/main.c b/dlls/msports/main.c
index fe2c153..0ad2d1d 100644
--- a/dlls/msports/main.c
+++ b/dlls/msports/main.c
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "config.h"
-
 #include <stdarg.h>
 
 #include "windef.h"




More information about the wine-cvs mailing list