Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
e598850c
Commit
e598850c
authored
Aug 31, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advapi32: Use int64 in the spec file for 64-bit integers.
parent
3b7fc00d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
advapi32.spec
dlls/advapi32/advapi32.spec
+5
-5
No files found.
dlls/advapi32/advapi32.spec
View file @
e598850c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment