Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
9367475f
Commit
9367475f
authored
Dec 15, 2019
by
André Hentschel
Committed by
Alexandre Julliard
Dec 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Fix some spec file entries.
Signed-off-by:
André Hentschel
<
nerv@dawncrow.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
8b0a7b25
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
api-ms-win-core-kernel32-legacy-l1-1-1.spec
...legacy-l1-1-1/api-ms-win-core-kernel32-legacy-l1-1-1.spec
+1
-1
kernel32.spec
dlls/kernel32/kernel32.spec
+3
-3
No files found.
dlls/api-ms-win-core-kernel32-legacy-l1-1-1/api-ms-win-core-kernel32-legacy-l1-1-1.spec
View file @
9367475f
...
...
@@ -64,6 +64,6 @@
@ stdcall SetVolumeLabelW(wstr wstr) kernel32.SetVolumeLabelW
@ stdcall SetVolumeMountPointW(wstr wstr) kernel32.SetVolumeMountPointW
@ stdcall UnregisterWait(long) kernel32.UnregisterWait
@ stdcall VerifyVersionInfoW(
long
long int64) kernel32.VerifyVersionInfoW
@ stdcall VerifyVersionInfoW(
ptr
long int64) kernel32.VerifyVersionInfoW
@ stdcall WaitForMultipleObjects(long ptr long long) kernel32.WaitForMultipleObjects
@ stdcall WTSGetActiveConsoleSessionId() kernel32.WTSGetActiveConsoleSessionId
dlls/kernel32/kernel32.spec
View file @
9367475f
...
...
@@ -1558,8 +1558,8 @@
@ stdcall -ret64 VerSetConditionMask(long long long long) ntdll.VerSetConditionMask
@ stdcall VerifyConsoleIoHandle(long)
# @ stub VerifyScripts
@ stdcall VerifyVersionInfoA(
long
long int64)
@ stdcall VerifyVersionInfoW(
long
long int64)
@ stdcall VerifyVersionInfoA(
ptr
long int64)
@ stdcall VerifyVersionInfoW(
ptr
long int64)
@ stdcall -import VirtualAlloc(ptr long long long)
@ stdcall -import VirtualAllocEx(long ptr long long long)
@ stdcall -import VirtualAllocExNuma(long ptr long long long long)
...
...
@@ -1632,7 +1632,7 @@
@ stdcall WritePrivateProfileStructW(wstr wstr ptr long wstr)
@ stdcall -import WriteProcessMemory(long ptr ptr long ptr)
@ stdcall WriteProfileSectionA(str str)
@ stdcall WriteProfileSectionW(
str
str)
@ stdcall WriteProfileSectionW(
wstr w
str)
@ stdcall WriteProfileStringA(str str str)
@ stdcall WriteProfileStringW(wstr wstr wstr)
@ stdcall WriteTapemark(ptr long long long)
...
...
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