mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:12:59 +00:00
[LDR][NDK] Fix inconsistent Cookie type (#6188)
Make LdrUnlockLoaderLock Cookie type consistent with LdrLockLoaderLock and LdrpMakeCookie functions. In addition: * Adjustment of the formatting string for ULONG_PTR; * ntdll.spec: specify ptr for 2nd parameter of LdrUnlockLoaderLock: This is a parameter whose length is pointer-like, platform-dependent. Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
This commit is contained in:
parent
fcaa38c705
commit
932aef40f7
3 changed files with 4 additions and 4 deletions
|
@ -119,7 +119,7 @@ NTSTATUS
|
|||
NTAPI
|
||||
LdrUnlockLoaderLock(
|
||||
_In_ ULONG Flags,
|
||||
_In_opt_ ULONG Cookie
|
||||
_In_opt_ ULONG_PTR Cookie
|
||||
);
|
||||
|
||||
BOOLEAN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue