include: Fix a typo in the SecInvalidateHandle macro in sspi.h.

oldstable
Rob Shearman 2006-11-13 13:29:06 +00:00 committed by Alexandre Julliard
parent a9f214cb0d
commit d5da94011e
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ typedef struct _SecHandle
#define SecInvalidateHandle(x) do { \
((PSecHandle)(x))->dwLower = ((ULONG_PTR)((INT_PTR)-1)); \
((PSecHandle)(x))->dwUpper = ((ULONG_PTR)((INT_PTR)-1)); \
while (0)
} while (0)
#define SecIsValidHandle(x) \
((((PSecHandle)(x))->dwLower != ((ULONG_PTR)(INT_PTR)-1)) && \