Alexandre Julliard : mtxdm: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Fri Jun 14 16:52:16 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jun 14 09:21:22 2019 +0200

mtxdm: Build with msvcrt.

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

---

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

diff --git a/dlls/mtxdm/Makefile.in b/dlls/mtxdm/Makefile.in
index 63a99b6..e104bd3 100644
--- a/dlls/mtxdm/Makefile.in
+++ b/dlls/mtxdm/Makefile.in
@@ -1,5 +1,7 @@
 MODULE    = mtxdm.dll
 IMPORTS   = uuid ole32
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	mtxdm_main.c
diff --git a/dlls/mtxdm/mtxdm_main.c b/dlls/mtxdm/mtxdm_main.c
index 9b7e1df..94c4c7e 100644
--- a/dlls/mtxdm/mtxdm_main.c
+++ b/dlls/mtxdm/mtxdm_main.c
@@ -16,8 +16,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