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
e2187d4f
Commit
e2187d4f
authored
Feb 15, 2022
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api-ms-*: Forward to shcore instead of shell32.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
6e90c16e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
api-ms-win-downlevel-shell32-l1-1-0.spec
...l-shell32-l1-1-0/api-ms-win-downlevel-shell32-l1-1-0.spec
+3
-3
make_specfiles
tools/make_specfiles
+1
-1
No files found.
dlls/api-ms-win-downlevel-shell32-l1-1-0/api-ms-win-downlevel-shell32-l1-1-0.spec
View file @
e2187d4f
@ stdcall CommandLineToArgvW(wstr ptr) sh
ell32
.CommandLineToArgvW
@ stdcall GetCurrentProcessExplicitAppUserModelID(ptr) sh
ell32
.GetCurrentProcessExplicitAppUserModelID
@ stdcall SetCurrentProcessExplicitAppUserModelID(wstr) sh
ell32
.SetCurrentProcessExplicitAppUserModelID
@ stdcall CommandLineToArgvW(wstr ptr) sh
core
.CommandLineToArgvW
@ stdcall GetCurrentProcessExplicitAppUserModelID(ptr) sh
core
.GetCurrentProcessExplicitAppUserModelID
@ stdcall SetCurrentProcessExplicitAppUserModelID(wstr) sh
core
.SetCurrentProcessExplicitAppUserModelID
tools/make_specfiles
View file @
e2187d4f
...
...
@@ -375,6 +375,7 @@ my @dll_groups =
[
"shcore"
,
"api-ms-win-core-featurestaging-l1-1-0"
,
"api-ms-win-downlevel-shell32-l1-1-0"
,
"api-ms-win-downlevel-shlwapi-l2-1-0"
,
"api-ms-win-shcore-obsolete-l1-1-0"
,
"api-ms-win-shcore-scaling-l1-1-0"
,
...
...
@@ -385,7 +386,6 @@ my @dll_groups =
],
[
"shell32"
,
"api-ms-win-downlevel-shell32-l1-1-0"
,
"api-ms-win-shell-shellcom-l1-1-0"
,
"api-ms-win-shell-shellfolders-l1-1-0"
,
"ext-ms-win-shell-shell32-l1-2-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