feito fork de xt-sys/exectos
Set correct calling convention for RtlWideStringCompare() and RtlWideStringTokenize() routines
Esse commit está contido em:
@@ -6,6 +6,6 @@
|
|||||||
@ stdcall RtlMoveMemory(ptr ptr long)
|
@ stdcall RtlMoveMemory(ptr ptr long)
|
||||||
@ stdcall RtlSameMemory(ptr ptr long)
|
@ stdcall RtlSameMemory(ptr ptr long)
|
||||||
@ stdcall RtlSetMemory(ptr long long)
|
@ stdcall RtlSetMemory(ptr long long)
|
||||||
@ stdcall RtlWideStringCompare(wstr wstr long)
|
@ cdecl RtlWideStringCompare(wstr wstr long)
|
||||||
@ stdcall RtlWideStringTokenize(wstr wstr wstr)
|
@ cdecl RtlWideStringTokenize(wstr wstr wstr)
|
||||||
@ stdcall RtlZeroMemory(ptr long)
|
@ stdcall RtlZeroMemory(ptr long)
|
||||||
Referência em uma Nova Issue
Bloquear um usuário