Alexandre Julliard : cryptnet: Build with msvcrt.
Module: wine Branch: master Commit: 7ca2c13ea9f62c050ed20540b9aaadb37592cfd5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=7ca2c13ea9f62c050ed20540b... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed May 29 08:53:47 2019 +0200 cryptnet: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/cryptnet/Makefile.in | 2 ++ dlls/cryptnet/cryptnet_main.c | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dlls/cryptnet/Makefile.in b/dlls/cryptnet/Makefile.in index e6849e5..8482882 100644 --- a/dlls/cryptnet/Makefile.in +++ b/dlls/cryptnet/Makefile.in @@ -3,5 +3,7 @@ IMPORTLIB = cryptnet IMPORTS = crypt32 DELAYIMPORTS = wininet +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ cryptnet_main.c diff --git a/dlls/cryptnet/cryptnet_main.c b/dlls/cryptnet/cryptnet_main.c index 9d05a91..2e0ab21 100644 --- a/dlls/cryptnet/cryptnet_main.c +++ b/dlls/cryptnet/cryptnet_main.c @@ -18,9 +18,6 @@ * */ -#include "config.h" -#include "wine/port.h" - #define NONAMELESSUNION #define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS
participants (1)
-
Alexandre Julliard