Commit d3e26f74 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

secur32: Remove comment referencing an old macro.

Leftover from d117938f. Signed-off-by: 's avatarMichael Stefaniuc <mstefani@winehq.org> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 697d4a71
......@@ -28,9 +28,8 @@
WINE_DEFAULT_DEBUG_CHANNEL(secur32);
/* Tries to allocate a new SecHandle, into which it stores package (in
* phSec->dwUpper) and a copy of realHandle (allocated with SECUR32_ALLOC,
* and stored in phSec->dwLower). SecHandle is equivalent to both a
* CredHandle and a CtxtHandle.
* phSec->dwUpper) and a copy of realHandle (stored in phSec->dwLower).
* SecHandle is equivalent to both a CredHandle and a CtxtHandle.
*/
static SECURITY_STATUS SECUR32_makeSecHandle(PSecHandle phSec,
SecurePackage *package, PSecHandle realHandle)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment