Alexandre Julliard : imagehlp: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Thu Jun 6 17:05:18 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun  6 09:00:49 2019 +0200

imagehlp: Build with msvcrt.

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

---

 dlls/imagehlp/Makefile.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/imagehlp/Makefile.in b/dlls/imagehlp/Makefile.in
index e8958d9..0e707a5 100644
--- a/dlls/imagehlp/Makefile.in
+++ b/dlls/imagehlp/Makefile.in
@@ -3,6 +3,8 @@ MODULE    = imagehlp.dll
 IMPORTLIB = imagehlp
 IMPORTS   = dbghelp
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	access.c \
 	imagehlp_main.c \




More information about the wine-cvs mailing list