Re: schannel: Implement SpLsaModeInitialize (update)
April 25, 2007
9:56 a.m.
Yuval Fledel <yuvalfl(a)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(a)winehq.org
6910
Age (days ago)
6910
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard