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
0a3cc8b8
Commit
0a3cc8b8
authored
Mar 14, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntoskrnl: Synchronize spec file with ntdll and msvcrt.
parent
e3f9f7b3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
ntoskrnl.exe.spec
dlls/ntoskrnl.exe/ntoskrnl.exe.spec
+0
-0
make_specfiles
tools/make_specfiles
+9
-0
No files found.
dlls/ntoskrnl.exe/ntoskrnl.exe.spec
View file @
0a3cc8b8
This diff is collapsed.
Click to expand it.
tools/make_specfiles
View file @
0a3cc8b8
...
...
@@ -148,6 +148,11 @@ my @dll_groups =
"version"
,
"api-ms-win-downlevel-version-l1-1-0"
,
],
[
"msvcrt"
,
"ntdll"
,
"ntoskrnl.exe"
],
);
my
$update_flags
=
0
;
...
...
@@ -256,6 +261,10 @@ sub update_spec_file($)
{
$flags
=
$parent
{
flags
};
$flags
=~
s/-ordinal\s*//
if
$descr
{
ordinal
}
eq
"@"
;
if
(
$descr
{
flags
}
=~
/-private/
)
# preserve -private flag
{
$flags
=
"-private "
.
$flags
unless
$flags
=~
/-private/
;
}
}
if
(
$parent
{
callconv
}
ne
"stub"
||
$parent
{
args
})
...
...
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