[PATCH 8/8] api-ms-win-shell-shellfolders-l1-1-0: add dll

Max Qian public at maxqia.com
Tue Aug 23 03:26:54 CDT 2016


Signed-off-by: Max Qian <public at maxqia.com>
---
 configure                                                  |  2 ++
 configure.ac                                               |  1 +
 dlls/api-ms-win-shell-shellfolders-l1-1-0/Makefile.in      |  1 +
 .../api-ms-win-shell-shellfolders-l1-1-0.spec              | 14 ++++++++++++++
 tools/make_specfiles                                       |  1 +
 5 files changed, 19 insertions(+)
 create mode 100644 dlls/api-ms-win-shell-shellfolders-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-shell-shellfolders-l1-1-0/api-ms-win-shell-shellfolders-l1-1-0.spec

diff --git a/configure b/configure
index c052a15..a3b24fd 100755
--- a/configure
+++ b/configure
@@ -987,6 +987,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_shellfolders_l1_1_0
 enable_apphelp
 enable_appwiz_cpl
 enable_atl
@@ -17529,6 +17530,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-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
 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl clean
diff --git a/configure.ac b/configure.ac
index 7bcd441..c9a079f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2752,6 +2752,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-shellfolders-l1-1-0)
 WINE_CONFIG_DLL(apphelp)
 WINE_CONFIG_TEST(dlls/apphelp/tests)
 WINE_CONFIG_DLL(appwiz.cpl,,[clean])
diff --git a/dlls/api-ms-win-shell-shellfolders-l1-1-0/Makefile.in b/dlls/api-ms-win-shell-shellfolders-l1-1-0/Makefile.in
new file mode 100644
index 0000000..5f1d020
--- /dev/null
+++ b/dlls/api-ms-win-shell-shellfolders-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-shell-shellfolders-l1-1-0.dll
diff --git a/dlls/api-ms-win-shell-shellfolders-l1-1-0/api-ms-win-shell-shellfolders-l1-1-0.spec b/dlls/api-ms-win-shell-shellfolders-l1-1-0/api-ms-win-shell-shellfolders-l1-1-0.spec
new file mode 100644
index 0000000..5909c04
--- /dev/null
+++ b/dlls/api-ms-win-shell-shellfolders-l1-1-0/api-ms-win-shell-shellfolders-l1-1-0.spec
@@ -0,0 +1,14 @@
+@ stdcall PathCleanupSpec(ptr ptr) shell32.PathCleanupSpec
+@ stdcall PathIsExe(ptr) shell32.PathIsExe
+@ stdcall SHCreateDirectoryExW(long wstr ptr) shell32.SHCreateDirectoryExW
+@ stdcall SHGetDesktopFolder(ptr) shell32.SHGetDesktopFolder
+@ stdcall SHGetFileInfoW(ptr long ptr long long) shell32.SHGetFileInfoW
+@ stdcall SHGetFolderLocation(long long long long ptr) shell32.SHGetFolderLocation
+@ stdcall SHGetFolderPathA(long long long long ptr) shell32.SHGetFolderPathA
+@ stdcall SHGetFolderPathAndSubDirW(long long long long wstr ptr) shell32.SHGetFolderPathAndSubDirW
+@ stdcall SHGetFolderPathW(long long long long ptr) shell32.SHGetFolderPathW
+@ stdcall SHGetInstanceExplorer(long) shell32.SHGetInstanceExplorer
+@ stdcall SHGetKnownFolderPath(ptr long ptr ptr) shell32.SHGetKnownFolderPath
+@ stdcall SHGetSpecialFolderPathA(long ptr long long) shell32.SHGetSpecialFolderPathA
+@ stdcall SHGetSpecialFolderPathW(long ptr long long) shell32.SHGetSpecialFolderPathW
+@ stub SHSetKnownFolderPath
diff --git a/tools/make_specfiles b/tools/make_specfiles
index b5e5904..ad8a357 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -216,6 +216,7 @@ my @dll_groups =
  [
   "shell32",
   "api-ms-win-downlevel-shell32-l1-1-0",
+  "api-ms-win-shell-shellfolders-l1-1-0",
  ],
  [
   "shlwapi",
-- 
2.9.3




More information about the wine-patches mailing list