[PATCH 01/20] include: Fix the LSA_SEC_HANDLE definition.

Dmitry Timoshkov dmitry at baikal.ru
Thu Jan 18 09:50:48 CST 2018


Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
---
 include/ntsecpkg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/ntsecpkg.h b/include/ntsecpkg.h
index 0df345dbe3..937882641d 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;
 
-- 
2.15.1




More information about the wine-devel mailing list