Commit e598850c authored by Alexandre Julliard's avatar Alexandre Julliard

advapi32: Use int64 in the spec file for 64-bit integers.

parent 3b7fc00d
......@@ -65,8 +65,8 @@
@ stdcall CommandLineFromMsiDescriptor(wstr ptr ptr)
# @ stub ComputeAccessTokenFromCodeAuthzLevel
@ stdcall ControlService(long long ptr)
@ stdcall ControlTraceA(double str ptr long)
@ stdcall ControlTraceW(double wstr ptr long)
@ stdcall ControlTraceA(int64 str ptr long)
@ stdcall ControlTraceW(int64 wstr ptr long)
# @ stub ConvertAccessToSecurityDescriptorA
# @ stub ConvertAccessToSecurityDescriptorW
# @ stub ConvertSDToStringSDRootDomainA
......@@ -200,7 +200,7 @@
@ stub ElfRegisterEventSourceW
# @ stub ElfReportEventA
@ stub ElfReportEventW
@ stdcall EnableTrace(long long long ptr double)
@ stdcall EnableTrace(long long long ptr int64)
@ stdcall EncryptFileA(str)
@ stdcall EncryptFileW(wstr)
# @ stub EncryptedFileKeyInfo
......@@ -637,7 +637,7 @@
@ stdcall SystemFunction036(ptr long) # RtlGenRandom
@ stdcall SystemFunction040(ptr long long) # RtlEncryptMemory
@ stdcall SystemFunction041(ptr long long) # RtlDecryptMemory
@ stdcall TraceEvent(double ptr)
@ stdcall TraceEvent(int64 ptr)
@ stub TraceEventInstance
@ stub TraceMessage
@ stub TraceMessageVa
......@@ -648,7 +648,7 @@
# @ stub UninstallApplication
@ stdcall UnlockServiceDatabase (ptr)
# @ stub UnregisterIdleTask
@ stdcall UnregisterTraceGuids(double)
@ stdcall UnregisterTraceGuids(int64)
@ stub UpdateTraceA
@ stub UpdateTraceW
@ stub WdmWmiServiceMain
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment