Andrey Gusev : api-ms-win-shell-shellcom-l1-1-0: Add dll.

Alexandre Julliard julliard at winehq.org
Thu Sep 15 10:42:48 CDT 2016


Module: wine
Branch: master
Commit: 1938d389b293930c5ac2f2970c6241e09517cf49
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1938d389b293930c5ac2f2970c6241e09517cf49

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Thu Sep 15 15:35:57 2016 +0300

api-ms-win-shell-shellcom-l1-1-0: Add dll.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                                                               | 2 ++
 configure.ac                                                            | 1 +
 dlls/api-ms-win-shell-shellcom-l1-1-0/Makefile.in                       | 1 +
 .../api-ms-win-shell-shellcom-l1-1-0.spec                               | 1 +
 tools/make_specfiles                                                    | 1 +
 5 files changed, 6 insertions(+)

diff --git a/configure b/configure
index 930a0e2..2fa877d 100755
--- a/configure
+++ b/configure
@@ -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
diff --git a/configure.ac b/configure.ac
index 6411f22..f6b9039 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/dlls/api-ms-win-shell-shellcom-l1-1-0/Makefile.in b/dlls/api-ms-win-shell-shellcom-l1-1-0/Makefile.in
new file mode 100644
index 0000000..939a124
--- /dev/null
+++ b/dlls/api-ms-win-shell-shellcom-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-shell-shellcom-l1-1-0.dll
diff --git a/dlls/api-ms-win-shell-shellcom-l1-1-0/api-ms-win-shell-shellcom-l1-1-0.spec b/dlls/api-ms-win-shell-shellcom-l1-1-0/api-ms-win-shell-shellcom-l1-1-0.spec
new file mode 100644
index 0000000..bf9f656
--- /dev/null
+++ b/dlls/api-ms-win-shell-shellcom-l1-1-0/api-ms-win-shell-shellcom-l1-1-0.spec
@@ -0,0 +1 @@
+@ stdcall SHCoCreateInstance(wstr ptr long ptr ptr) shell32.SHCoCreateInstance
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 5fee758..7c1cd1f 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -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",
  ],
  [




More information about the wine-cvs mailing list