Alexandre Julliard : httpapi: Build with msvcrt.

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


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

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

httpapi: Build with msvcrt.

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

---

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

diff --git a/dlls/httpapi/Makefile.in b/dlls/httpapi/Makefile.in
index 465cb08..b3af7da 100644
--- a/dlls/httpapi/Makefile.in
+++ b/dlls/httpapi/Makefile.in
@@ -1,5 +1,7 @@
 MODULE    = httpapi.dll
 IMPORTLIB = httpapi
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	httpapi_main.c
diff --git a/dlls/httpapi/httpapi_main.c b/dlls/httpapi/httpapi_main.c
index 3ab0399..a4f20b6 100644
--- a/dlls/httpapi/httpapi_main.c
+++ b/dlls/httpapi/httpapi_main.c
@@ -18,8 +18,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