[NTDLL] .spec file: First parameter in RtlImageDirectoryEntryToData should be 'ptr'.

This commit is contained in:
Hermès Bélusca-Maïto 2022-11-29 00:35:23 +01:00
parent 56d95154ee
commit df0349b49f
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -917,7 +917,7 @@
@ stub -version=0x600+ RtlIdnToAscii
@ stub -version=0x600+ RtlIdnToNameprepUnicode
@ stub -version=0x600+ RtlIdnToUnicode
@ stdcall RtlImageDirectoryEntryToData(long long long ptr)
@ stdcall RtlImageDirectoryEntryToData(ptr long long ptr)
@ stdcall RtlImageNtHeader(long)
@ stdcall RtlImageNtHeaderEx(long ptr double ptr)
@ stdcall RtlImageRvaToSection(ptr long long)