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
e4ffe658
Commit
e4ffe658
authored
Nov 08, 2018
by
Fabian Maurer
Committed by
Alexandre Julliard
Nov 08, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make_specfiles: Add kernelbase for api-ms-win-core-synch-*.
Signed-off-by:
Fabian Maurer
<
dark.shadow4@web.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
0e082c04
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
api-ms-win-core-synch-l1-2-0.spec
...s-win-core-synch-l1-2-0/api-ms-win-core-synch-l1-2-0.spec
+3
-3
api-ms-win-core-synch-l1-2-1.spec
...s-win-core-synch-l1-2-1/api-ms-win-core-synch-l1-2-1.spec
+3
-3
make_specfiles
tools/make_specfiles
+1
-0
No files found.
dlls/api-ms-win-core-synch-l1-2-0/api-ms-win-core-synch-l1-2-0.spec
View file @
e4ffe658
...
...
@@ -51,8 +51,8 @@
@ stdcall WaitForMultipleObjectsEx(long ptr long long long) kernel32.WaitForMultipleObjectsEx
@ stdcall WaitForSingleObject(long long) kernel32.WaitForSingleObject
@ stdcall WaitForSingleObjectEx(long long long) kernel32.WaitForSingleObjectEx
@ st
ub
WaitOnAddress
@ st
dcall WaitOnAddress(ptr ptr long long) kernelbase.
WaitOnAddress
@ stdcall WakeAllConditionVariable(ptr) kernel32.WakeAllConditionVariable
@ st
ub
WakeByAddressAll
@ st
ub
WakeByAddressSingle
@ st
dcall WakeByAddressAll(ptr) kernelbase.
WakeByAddressAll
@ st
dcall WakeByAddressSingle(ptr) kernelbase.
WakeByAddressSingle
@ stdcall WakeConditionVariable(ptr) kernel32.WakeConditionVariable
dlls/api-ms-win-core-synch-l1-2-1/api-ms-win-core-synch-l1-2-1.spec
View file @
e4ffe658
...
...
@@ -54,8 +54,8 @@
@ stdcall WaitForMultipleObjectsEx(long ptr long long long) kernel32.WaitForMultipleObjectsEx
@ stdcall WaitForSingleObject(long long) kernel32.WaitForSingleObject
@ stdcall WaitForSingleObjectEx(long long long) kernel32.WaitForSingleObjectEx
@ st
ub
WaitOnAddress
@ st
dcall WaitOnAddress(ptr ptr long long) kernelbase.
WaitOnAddress
@ stdcall WakeAllConditionVariable(ptr) kernel32.WakeAllConditionVariable
@ st
ub
WakeByAddressAll
@ st
ub
WakeByAddressSingle
@ st
dcall WakeByAddressAll(ptr) kernelbase.
WakeByAddressAll
@ st
dcall WakeByAddressSingle(ptr) kernelbase.
WakeByAddressSingle
@ stdcall WakeConditionVariable(ptr) kernel32.WakeConditionVariable
tools/make_specfiles
View file @
e4ffe658
...
...
@@ -194,6 +194,7 @@ my @dll_groups =
],
[
"kernel32"
,
"kernelbase"
,
"api-ms-win-appmodel-identity-l1-1-0"
,
"api-ms-win-appmodel-runtime-l1-1-1"
,
"api-ms-win-downlevel-normaliz-l1-1-0"
,
...
...
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