schannel: Implement SpLsaModeInitialize (update)

Alexandre Julliard julliard at winehq.org
Wed Apr 25 04:56:38 CDT 2007


Yuval Fledel <yuvalfl at gmail.com> writes:

> +static const SECPKG_FUNCTION_TABLE secPkgFunctionTable[2] =
> +  { {
> +    .InitializePackage            = NULL,
> +    .LsaLogonUser                 = NULL,
> +    .CallPackage                  = NULL,

Please don't use C99 syntax, it won't work on older compilers.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list