Alexandre Julliard : gameux: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Wed Jun 5 16:12:37 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jun  5 08:32:04 2019 +0200

gameux: Build with msvcrt.

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

---

 dlls/gameux/Makefile.in      | 2 ++
 dlls/gameux/factory.c        | 1 -
 dlls/gameux/gameexplorer.c   | 1 -
 dlls/gameux/gamestatistics.c | 1 -
 dlls/gameux/main.c           | 1 -
 5 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dlls/gameux/Makefile.in b/dlls/gameux/Makefile.in
index 7c5a2d1..b423c86 100644
--- a/dlls/gameux/Makefile.in
+++ b/dlls/gameux/Makefile.in
@@ -1,6 +1,8 @@
 MODULE    = gameux.dll
 IMPORTS   = uuid shell32 oleaut32 ole32 user32 advapi32 shlwapi
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	factory.c \
 	gameexplorer.c \
diff --git a/dlls/gameux/factory.c b/dlls/gameux/factory.c
index 5e8d1c6..d9ac6de 100644
--- a/dlls/gameux/factory.c
+++ b/dlls/gameux/factory.c
@@ -20,7 +20,6 @@
 
 #define COBJMACROS
 
-#include "config.h"
 
 #include <stdarg.h>
 #include "windef.h"
diff --git a/dlls/gameux/gameexplorer.c b/dlls/gameux/gameexplorer.c
index 6495c78..8b62c72 100644
--- a/dlls/gameux/gameexplorer.c
+++ b/dlls/gameux/gameexplorer.c
@@ -19,7 +19,6 @@
  */
 #define COBJMACROS
 
-#include "config.h"
 
 #include "ole2.h"
 #include "sddl.h"
diff --git a/dlls/gameux/gamestatistics.c b/dlls/gameux/gamestatistics.c
index 0ee449a..7189261 100644
--- a/dlls/gameux/gamestatistics.c
+++ b/dlls/gameux/gamestatistics.c
@@ -19,7 +19,6 @@
  */
 #define COBJMACROS
 
-#include "config.h"
 
 #include "ole2.h"
 #include "winreg.h"
diff --git a/dlls/gameux/main.c b/dlls/gameux/main.c
index 28bc11e..0d68785 100644
--- a/dlls/gameux/main.c
+++ b/dlls/gameux/main.c
@@ -18,7 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "config.h"
 
 #define COBJMACROS
 




More information about the wine-cvs mailing list