Set correct calling convention for RtlWideStringCompare() and RtlWideStringTokenize() routines

这个提交包含在:
Rafal Kupiec 2022-09-26 22:54:21 +02:00
父节点 a0f359bcf7
当前提交 dd0c86003d
签署人:: belliash
GPG 密钥 ID: 4E829243E0CFE6B4

查看文件

@ -6,6 +6,6 @@
@ stdcall RtlMoveMemory(ptr ptr long)
@ stdcall RtlSameMemory(ptr ptr long)
@ stdcall RtlSetMemory(ptr long long)
@ stdcall RtlWideStringCompare(wstr wstr long)
@ stdcall RtlWideStringTokenize(wstr wstr wstr)
@ cdecl RtlWideStringCompare(wstr wstr long)
@ cdecl RtlWideStringTokenize(wstr wstr wstr)
@ stdcall RtlZeroMemory(ptr long)