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
1938d389
Commit
1938d389
authored
Sep 15, 2016
by
Andrey Gusev
Committed by
Alexandre Julliard
Sep 15, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api-ms-win-shell-shellcom-l1-1-0: Add dll.
Signed-off-by:
Andrey Gusev
<
andrey.goosev@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
57832666
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
0 deletions
+6
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/api-ms-win-shell-shellcom-l1-1-0/Makefile.in
+1
-0
api-ms-win-shell-shellcom-l1-1-0.spec
...ell-shellcom-l1-1-0/api-ms-win-shell-shellcom-l1-1-0.spec
+1
-0
make_specfiles
tools/make_specfiles
+1
-0
No files found.
configure
View file @
1938d389
...
...
@@ -1003,6 +1003,7 @@ enable_api_ms_win_security_sddl_l1_1_0
enable_api_ms_win_service_core_l1_1_1
enable_api_ms_win_service_management_l1_1_0
enable_api_ms_win_service_winsvc_l1_2_0
enable_api_ms_win_shell_shellcom_l1_1_0
enable_api_ms_win_shell_shellfolders_l1_1_0
enable_apphelp
enable_appwiz_cpl
...
...
@@ -17667,6 +17668,7 @@ wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sd
wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
wine_fn_config_dll api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
wine_fn_config_dll api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
wine_fn_config_dll apphelp enable_apphelp
wine_fn_config_test dlls/apphelp/tests apphelp_test
...
...
configure.ac
View file @
1938d389
...
...
@@ -2779,6 +2779,7 @@ WINE_CONFIG_DLL(api-ms-win-security-sddl-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-service-management-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-service-winsvc-l1-2-0)
WINE_CONFIG_DLL(api-ms-win-shell-shellcom-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-shell-shellfolders-l1-1-0)
WINE_CONFIG_DLL(apphelp)
WINE_CONFIG_TEST(dlls/apphelp/tests)
...
...
dlls/api-ms-win-shell-shellcom-l1-1-0/Makefile.in
0 → 100644
View file @
1938d389
MODULE
=
api-ms-win-shell-shellcom-l1-1-0.dll
dlls/api-ms-win-shell-shellcom-l1-1-0/api-ms-win-shell-shellcom-l1-1-0.spec
0 → 100644
View file @
1938d389
@ stdcall SHCoCreateInstance(wstr ptr long ptr ptr) shell32.SHCoCreateInstance
tools/make_specfiles
View file @
1938d389
...
...
@@ -224,6 +224,7 @@ 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"
,
],
[
...
...
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