mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
[ADVAPI32] Fix ordinals regression CORE-19039 (#5448)
All ordinals > 128 regressed by
0.4.15-dev-305-g dd7fb63cd1
and were off-by-one compared to 2k3sp2 and the ros-before-state.
Now all 684 ordinals seem to be fine again.
Adding the stub might cost a few bytes unfortunately.
This commit is contained in:
parent
aff9e90f31
commit
7b473c1fac
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@
|
|||
@ stdcall CredUnmarshalCredentialA(str ptr ptr)
|
||||
@ stdcall CredUnmarshalCredentialW(wstr ptr ptr)
|
||||
@ stdcall CredWriteA(ptr long)
|
||||
# CredWriteDomainCredentialsA
|
||||
@ stub CredWriteDomainCredentialsA
|
||||
@ stub CredWriteDomainCredentialsW
|
||||
@ stdcall CredWriteW(ptr long)
|
||||
@ stub CredpConvertCredential
|
||||
|
|
Loading…
Reference in a new issue