Alexandre Julliard : ole2: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Mon Jun 17 15:54:20 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Jun 17 09:30:19 2019 +0200

ole2: Build with msvcrt.

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

---

 dlls/ole2.dll16/Makefile.in    | 2 +-
 dlls/ole2.dll16/memlockbytes.c | 2 --
 dlls/ole2.dll16/ole2.c         | 2 --
 3 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/dlls/ole2.dll16/Makefile.in b/dlls/ole2.dll16/Makefile.in
index bb9fa89..01f4638 100644
--- a/dlls/ole2.dll16/Makefile.in
+++ b/dlls/ole2.dll16/Makefile.in
@@ -1,6 +1,6 @@
 MODULE    = ole2.dll16
 IMPORTS   = uuid ole32 user32 gdi32
-EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll
+EXTRADLLFLAGS = -m16 -mno-cygwin -Wb,--main-module,ole32.dll
 
 C_SRCS = \
 	memlockbytes.c \
diff --git a/dlls/ole2.dll16/memlockbytes.c b/dlls/ole2.dll16/memlockbytes.c
index 93f91bc..9a246ef 100644
--- a/dlls/ole2.dll16/memlockbytes.c
+++ b/dlls/ole2.dll16/memlockbytes.c
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "config.h"
-
 #include <assert.h>
 #include <stdarg.h>
 #include <string.h>
diff --git a/dlls/ole2.dll16/ole2.c b/dlls/ole2.dll16/ole2.c
index bd9cf45..5e6142f 100644
--- a/dlls/ole2.dll16/ole2.c
+++ b/dlls/ole2.dll16/ole2.c
@@ -21,8 +21,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "config.h"
-
 #include <assert.h>
 #include <stdlib.h>
 #include <stdarg.h>




More information about the wine-cvs mailing list