forked from xt-sys/exectos
Switch calling convention to stdcall
This commit is contained in:
@@ -32,12 +32,12 @@
|
||||
@ stdcall KeSignalCallDpcSynchronize(ptr)
|
||||
@ stdcall RtlCompareGuids(ptr ptr)
|
||||
@ stdcall RtlCompareMemory(ptr ptr long)
|
||||
@ cdecl RtlCompareString(str str long)
|
||||
@ cdecl RtlCompareStringInsensitive(str str long)
|
||||
@ cdecl RtlCompareWideString(wstr wstr long)
|
||||
@ cdecl RtlCompareWideStringInsensitive(wstr wstr long)
|
||||
@ stdcall RtlCompareString(str str long)
|
||||
@ stdcall RtlCompareStringInsensitive(str str long)
|
||||
@ stdcall RtlCompareWideString(wstr wstr long)
|
||||
@ stdcall RtlCompareWideStringInsensitive(wstr wstr long)
|
||||
@ stdcall RtlConcatenateString(str str long)
|
||||
@ cdecl RtlConcatenateWideString(wstr wstr long)
|
||||
@ stdcall RtlConcatenateWideString(wstr wstr long)
|
||||
@ stdcall RtlConvertToLargeInteger32(long)
|
||||
@ stdcall RtlConvertToLargeIntegerUnsigned32(long)
|
||||
@ stdcall RtlCopyMemory(ptr ptr long)
|
||||
@@ -52,17 +52,17 @@
|
||||
@ stdcall RtlReverseWideString(wstr long)
|
||||
@ stdcall RtlSameMemory(ptr ptr long)
|
||||
@ stdcall RtlSetMemory(ptr long long)
|
||||
@ cdecl RtlStringLength(str long)
|
||||
@ cdecl RtlStringToWideString(wstr str long)
|
||||
@ stdcall RtlStringLength(str long)
|
||||
@ stdcall RtlStringToWideString(wstr str long)
|
||||
@ stdcall RtlTokenizeString(str str str)
|
||||
@ cdecl RtlTokenizeWideString(wstr wstr wstr)
|
||||
@ cdecl RtlTrimLeftString(str)
|
||||
@ stdcall RtlTokenizeWideString(wstr wstr wstr)
|
||||
@ stdcall RtlTrimLeftString(str)
|
||||
@ stdcall RtlTrimLeftWideString(wstr)
|
||||
@ cdecl RtlTrimRightString(str)
|
||||
@ stdcall RtlTrimRightString(str)
|
||||
@ stdcall RtlTrimRightWideString(wstr)
|
||||
@ cdecl RtlTrimString(str)
|
||||
@ stdcall RtlTrimString(str)
|
||||
@ stdcall RtlTrimWideString(wstr)
|
||||
@ cdecl RtlWideStringLength(wstr long)
|
||||
@ stdcall RtlWideStringLength(wstr long)
|
||||
@ stdcall RtlWriteRegisterByte(ptr long)
|
||||
@ stdcall RtlWriteRegisterLong(ptr long)
|
||||
@ stdcall RtlWriteRegisterShort(ptr long)
|
||||
|
Reference in New Issue
Block a user