Alexandre Julliard : ole2disp: Build with msvcrt.

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


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

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

ole2disp: Build with msvcrt.

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

---

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

diff --git a/dlls/ole2disp.dll16/Makefile.in b/dlls/ole2disp.dll16/Makefile.in
index 86100fe..009e0de 100644
--- a/dlls/ole2disp.dll16/Makefile.in
+++ b/dlls/ole2disp.dll16/Makefile.in
@@ -1,4 +1,4 @@
 MODULE    = ole2disp.dll16
-EXTRADLLFLAGS = -m16 -Wb,--main-module,oleaut32.dll
+EXTRADLLFLAGS = -m16 -mno-cygwin -Wb,--main-module,oleaut32.dll
 
 C_SRCS = ole2disp.c
diff --git a/dlls/ole2disp.dll16/ole2disp.c b/dlls/ole2disp.dll16/ole2disp.c
index b981485..5323959 100644
--- a/dlls/ole2disp.dll16/ole2disp.c
+++ b/dlls/ole2disp.dll16/ole2disp.c
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "config.h"
-
 #include <stdarg.h>
 #include <string.h>
 




More information about the wine-cvs mailing list