Dmitry Timoshkov : include: Fix the LSA_SEC_HANDLE definition.

Alexandre Julliard julliard at winehq.org
Fri Jan 19 15:43:20 CST 2018


Module: wine
Branch: master
Commit: 71891091483b248e7505728ec3d0889a10e3a9ac
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=71891091483b248e7505728ec3d0889a10e3a9ac

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Thu Jan 18 23:50:48 2018 +0800

include: Fix the LSA_SEC_HANDLE definition.

Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/ntsecpkg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/ntsecpkg.h b/include/ntsecpkg.h
index 0df345d..9378826 100644
--- a/include/ntsecpkg.h
+++ b/include/ntsecpkg.h
@@ -165,7 +165,7 @@ typedef VOID (NTAPI *PLSA_CALLBACK_FUNCTION)(ULONG_PTR, ULONG_PTR, PSecBuffer,
 
 /* misc typedefs used in the below prototypes */
 typedef PVOID *PLSA_CLIENT_REQUEST;
-typedef ULONG LSA_SEC_HANDLE, *PLSA_SEC_HANDLE;
+typedef ULONG_PTR LSA_SEC_HANDLE, *PLSA_SEC_HANDLE;
 typedef LPTHREAD_START_ROUTINE SEC_THREAD_START;
 typedef PSECURITY_ATTRIBUTES SEC_ATTRS;
 




More information about the wine-cvs mailing list