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
99a5ef72
Commit
99a5ef72
authored
Apr 16, 2021
by
Andrey Gusev
Committed by
Alexandre Julliard
Apr 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make_specfiles: Add a few api-ms-win-core-* to kernel32 group.
Signed-off-by:
Andrey Gusev
<
andrey.goosev@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
0e43ee27
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
api-ms-win-core-namedpipe-ansi-l1-1-0.spec
...pe-ansi-l1-1-0/api-ms-win-core-namedpipe-ansi-l1-1-0.spec
+2
-2
make_specfiles
tools/make_specfiles
+4
-0
No files found.
dlls/api-ms-win-core-namedpipe-ansi-l1-1-0/api-ms-win-core-namedpipe-ansi-l1-1-0.spec
View file @
99a5ef72
@ stub GetNamedPipeClientComputerNameA
@ stdcall GetNamedPipeHandleStateA(long ptr ptr ptr ptr
s
tr long) kernel32.GetNamedPipeHandleStateA
@ stdcall WaitNamedPipeA
(str long) kernel32.WaitNamedPipeA
@ stdcall GetNamedPipeHandleStateA(long ptr ptr ptr ptr
p
tr long) kernel32.GetNamedPipeHandleStateA
@ stdcall WaitNamedPipeA(str long) kernel32.WaitNamedPipeA
tools/make_specfiles
View file @
99a5ef72
...
...
@@ -256,6 +256,7 @@ my @dll_groups =
"api-ms-win-core-largeinteger-l1-1-0"
,
"api-ms-win-core-libraryloader-l1-2-1"
,
"api-ms-win-core-libraryloader-l1-2-2"
,
"api-ms-win-core-libraryloader-l2-1-0"
,
"api-ms-win-core-localization-l1-1-0"
,
"api-ms-win-core-localization-l1-2-0"
,
"api-ms-win-core-localization-l2-1-0"
,
...
...
@@ -267,6 +268,7 @@ my @dll_groups =
"api-ms-win-core-memory-l1-1-1"
,
"api-ms-win-core-memory-l1-1-2"
,
"api-ms-win-core-memory-l1-1-3"
,
"api-ms-win-core-memory-l1-1-4"
,
"api-ms-win-core-namespace-l1-1-0"
,
"api-ms-win-core-normalization-l1-1-0"
,
"api-ms-win-core-privateprofile-l1-1-1"
,
...
...
@@ -285,6 +287,7 @@ my @dll_groups =
"api-ms-win-core-fibers-l1-1-0"
,
"api-ms-win-core-fibers-l1-1-1"
,
"api-ms-win-core-localization-l1-2-1"
,
"api-ms-win-core-localization-l1-2-2"
,
"api-ms-win-core-datetime-l1-1-0"
,
"api-ms-win-core-datetime-l1-1-1"
,
"api-ms-win-core-windowserrorreporting-l1-1-0"
,
...
...
@@ -308,6 +311,7 @@ my @dll_groups =
[
"kernel32"
,
"advapi32"
,
"api-ms-win-core-namedpipe-ansi-l1-1-0"
,
"api-ms-win-core-namedpipe-l1-1-0"
,
"api-ms-win-core-namedpipe-l1-2-0"
,
"api-ms-win-core-processthreads-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