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
d8bb3030
Commit
d8bb3030
authored
Sep 26, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make_specfiles: Don't add forwards to the api-ms-* dlls.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
76d3f043
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
api-ms-win-core-heap-l1-1-0.spec
...-ms-win-core-heap-l1-1-0/api-ms-win-core-heap-l1-1-0.spec
+1
-1
api-ms-win-core-heap-l1-2-0.spec
...-ms-win-core-heap-l1-2-0/api-ms-win-core-heap-l1-2-0.spec
+1
-1
make_specfiles
tools/make_specfiles
+1
-1
No files found.
dlls/api-ms-win-core-heap-l1-1-0/api-ms-win-core-heap-l1-1-0.spec
View file @
d8bb3030
@ stdcall
-norelay
GetProcessHeap() kernel32.GetProcessHeap
@ stdcall GetProcessHeap() kernel32.GetProcessHeap
@ stdcall GetProcessHeaps(long ptr) kernel32.GetProcessHeaps
@ stdcall HeapAlloc(long long long) kernel32.HeapAlloc
@ stdcall HeapCompact(long long) kernel32.HeapCompact
...
...
dlls/api-ms-win-core-heap-l1-2-0/api-ms-win-core-heap-l1-2-0.spec
View file @
d8bb3030
@ stdcall
-norelay
GetProcessHeap() kernel32.GetProcessHeap
@ stdcall GetProcessHeap() kernel32.GetProcessHeap
@ stdcall GetProcessHeaps(long ptr) kernel32.GetProcessHeaps
@ stdcall HeapAlloc(long long long) kernel32.HeapAlloc
@ stdcall HeapCompact(long long) kernel32.HeapCompact
...
...
tools/make_specfiles
View file @
d8bb3030
...
...
@@ -575,7 +575,7 @@ sub update_spec_file($)
my
$func
=
$descr
{
name
};
if
(
!
defined
$funcs
{
$func
})
{
$funcs
{
$func
}
=
\%
descr
unless
$commented_out
;
$funcs
{
$func
}
=
\%
descr
unless
$commented_out
||
$name
=~
/-/
;
goto
done
;
}
...
...
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