advapi32: Use int64 in the spec file for 64-bit integers.
This commit is contained in:
parent
3b7fc00d29
commit
e598850cc3
@ -65,8 +65,8 @@
|
|||||||
@ stdcall CommandLineFromMsiDescriptor(wstr ptr ptr)
|
@ stdcall CommandLineFromMsiDescriptor(wstr ptr ptr)
|
||||||
# @ stub ComputeAccessTokenFromCodeAuthzLevel
|
# @ stub ComputeAccessTokenFromCodeAuthzLevel
|
||||||
@ stdcall ControlService(long long ptr)
|
@ stdcall ControlService(long long ptr)
|
||||||
@ stdcall ControlTraceA(double str ptr long)
|
@ stdcall ControlTraceA(int64 str ptr long)
|
||||||
@ stdcall ControlTraceW(double wstr ptr long)
|
@ stdcall ControlTraceW(int64 wstr ptr long)
|
||||||
# @ stub ConvertAccessToSecurityDescriptorA
|
# @ stub ConvertAccessToSecurityDescriptorA
|
||||||
# @ stub ConvertAccessToSecurityDescriptorW
|
# @ stub ConvertAccessToSecurityDescriptorW
|
||||||
# @ stub ConvertSDToStringSDRootDomainA
|
# @ stub ConvertSDToStringSDRootDomainA
|
||||||
@ -200,7 +200,7 @@
|
|||||||
@ stub ElfRegisterEventSourceW
|
@ stub ElfRegisterEventSourceW
|
||||||
# @ stub ElfReportEventA
|
# @ stub ElfReportEventA
|
||||||
@ stub ElfReportEventW
|
@ stub ElfReportEventW
|
||||||
@ stdcall EnableTrace(long long long ptr double)
|
@ stdcall EnableTrace(long long long ptr int64)
|
||||||
@ stdcall EncryptFileA(str)
|
@ stdcall EncryptFileA(str)
|
||||||
@ stdcall EncryptFileW(wstr)
|
@ stdcall EncryptFileW(wstr)
|
||||||
# @ stub EncryptedFileKeyInfo
|
# @ stub EncryptedFileKeyInfo
|
||||||
@ -637,7 +637,7 @@
|
|||||||
@ stdcall SystemFunction036(ptr long) # RtlGenRandom
|
@ stdcall SystemFunction036(ptr long) # RtlGenRandom
|
||||||
@ stdcall SystemFunction040(ptr long long) # RtlEncryptMemory
|
@ stdcall SystemFunction040(ptr long long) # RtlEncryptMemory
|
||||||
@ stdcall SystemFunction041(ptr long long) # RtlDecryptMemory
|
@ stdcall SystemFunction041(ptr long long) # RtlDecryptMemory
|
||||||
@ stdcall TraceEvent(double ptr)
|
@ stdcall TraceEvent(int64 ptr)
|
||||||
@ stub TraceEventInstance
|
@ stub TraceEventInstance
|
||||||
@ stub TraceMessage
|
@ stub TraceMessage
|
||||||
@ stub TraceMessageVa
|
@ stub TraceMessageVa
|
||||||
@ -648,7 +648,7 @@
|
|||||||
# @ stub UninstallApplication
|
# @ stub UninstallApplication
|
||||||
@ stdcall UnlockServiceDatabase (ptr)
|
@ stdcall UnlockServiceDatabase (ptr)
|
||||||
# @ stub UnregisterIdleTask
|
# @ stub UnregisterIdleTask
|
||||||
@ stdcall UnregisterTraceGuids(double)
|
@ stdcall UnregisterTraceGuids(int64)
|
||||||
@ stub UpdateTraceA
|
@ stub UpdateTraceA
|
||||||
@ stub UpdateTraceW
|
@ stub UpdateTraceW
|
||||||
@ stub WdmWmiServiceMain
|
@ stub WdmWmiServiceMain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user