Alexandre Julliard : typelib: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Mon Jun 24 16:06:21 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Jun 24 10:12:19 2019 +0200

typelib: Build with msvcrt.

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

---

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

diff --git a/dlls/typelib.dll16/Makefile.in b/dlls/typelib.dll16/Makefile.in
index b4d39ee..62c5b93 100644
--- a/dlls/typelib.dll16/Makefile.in
+++ b/dlls/typelib.dll16/Makefile.in
@@ -1,5 +1,5 @@
 MODULE    = typelib.dll16
 IMPORTS   = oleaut32 advapi32
-EXTRADLLFLAGS = -m16 -Wb,--main-module,oleaut32.dll
+EXTRADLLFLAGS = -m16 -mno-cygwin -Wb,--main-module,oleaut32.dll
 
 C_SRCS = typelib.c
diff --git a/dlls/typelib.dll16/typelib.c b/dlls/typelib.dll16/typelib.c
index ee06cfb..50354a5 100644
--- a/dlls/typelib.dll16/typelib.c
+++ b/dlls/typelib.dll16/typelib.c
@@ -21,9 +21,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "config.h"
-#include "wine/port.h"
-
 #include <stdlib.h>
 #include <string.h>
 #include <stdarg.h>




More information about the wine-cvs mailing list