Module: wine Branch: master Commit: aeff707ff2e7dd8f2ed8549cb47b8c90e02f35fc URL: https://source.winehq.org/git/wine.git/?a=commit;h=aeff707ff2e7dd8f2ed8549cb...
Author: Dmitry Timoshkov dmitry@baikal.ru Date: Thu Jan 18 23:51:13 2018 +0800
include: Fix the SpInitializeFn typedef.
Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/ntsecpkg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/ntsecpkg.h b/include/ntsecpkg.h index 9378826..7f64d06 100644 --- a/include/ntsecpkg.h +++ b/include/ntsecpkg.h @@ -325,7 +325,7 @@ typedef NTSTATUS (NTAPI *PLSA_AP_LOGON_USER_EX2)(PLSA_CLIENT_REQUEST, SECURITY_LOGON_TYPE, PVOID, PVOID, ULONG, PVOID *, PULONG, PLUID, PNTSTATUS, PLSA_TOKEN_INFORMATION_TYPE, PVOID *, PUNICODE_STRING *, PUNICODE_STRING *, PUNICODE_STRING *, PSECPKG_PRIMARY_CRED, PSECPKG_SUPPLEMENTAL_CRED_ARRAY *); -typedef NTSTATUS (SpInitializeFn)(ULONG_PTR, PSECPKG_PARAMETERS, +typedef NTSTATUS (NTAPI SpInitializeFn)(ULONG_PTR, PSECPKG_PARAMETERS, PLSA_SECPKG_FUNCTION_TABLE); typedef NTSTATUS (NTAPI SpShutDownFn)(void); typedef NTSTATUS (NTAPI SpGetInfoFn)(PSecPkgInfoW);