Module: wine Branch: master Commit: d5da94011e9fab44752b9a03f27e29d92672353b URL: http://source.winehq.org/git/wine.git/?a=commit;h=d5da94011e9fab44752b9a03f2...
Author: Rob Shearman rob@codeweavers.com Date: Mon Nov 13 13:29:06 2006 +0000
include: Fix a typo in the SecInvalidateHandle macro in sspi.h.
---
include/sspi.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/sspi.h b/include/sspi.h index 1a4ce52..459de14 100644 --- a/include/sspi.h +++ b/include/sspi.h @@ -54,7 +54,7 @@ #endif #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)) && \