[01/10] secur32: Implement AcquireCredentialsHandle for Kerberos.

Alexandre Julliard julliard at winehq.org
Mon Oct 16 03:15:54 CDT 2017


Hans Leidekker <hans at codeweavers.com> writes:

> @@ -2,8 +2,8 @@ MODULE    = secur32.dll
>  IMPORTLIB = secur32
>  IMPORTS   = netapi32 advapi32
>  DELAYIMPORTS = crypt32
> -EXTRAINCL = $(GNUTLS_CFLAGS)
> -EXTRALIBS = $(SECURITY_LIBS)
> +EXTRAINCL = $(GNUTLS_CFLAGS) $(GSSAPI_CFLAGS)
> +EXTRALIBS = $(SECURITY_LIBS) $(GSSAPI_LIBS)

Shouldn't the library be loaded dynamically?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list