Alexandre Julliard : api-ms-*: Forward to shcore instead of shell32.

Alexandre Julliard julliard at winehq.org
Tue Feb 15 16:07:18 CST 2022


Module: wine
Branch: master
Commit: e2187d4fe142b1f8322ecc46832f26f4f76680ec
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=e2187d4fe142b1f8322ecc46832f26f4f76680ec

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Feb 15 15:38:02 2022 +0100

api-ms-*: Forward to shcore instead of shell32.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 .../api-ms-win-downlevel-shell32-l1-1-0.spec                        | 6 +++---
 tools/make_specfiles                                                | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/api-ms-win-downlevel-shell32-l1-1-0/api-ms-win-downlevel-shell32-l1-1-0.spec b/dlls/api-ms-win-downlevel-shell32-l1-1-0/api-ms-win-downlevel-shell32-l1-1-0.spec
index 9d03c03f8b7..5484bdecc70 100644
--- a/dlls/api-ms-win-downlevel-shell32-l1-1-0/api-ms-win-downlevel-shell32-l1-1-0.spec
+++ b/dlls/api-ms-win-downlevel-shell32-l1-1-0/api-ms-win-downlevel-shell32-l1-1-0.spec
@@ -1,3 +1,3 @@
-@ stdcall CommandLineToArgvW(wstr ptr) shell32.CommandLineToArgvW
-@ stdcall GetCurrentProcessExplicitAppUserModelID(ptr) shell32.GetCurrentProcessExplicitAppUserModelID
-@ stdcall SetCurrentProcessExplicitAppUserModelID(wstr) shell32.SetCurrentProcessExplicitAppUserModelID
+@ stdcall CommandLineToArgvW(wstr ptr) shcore.CommandLineToArgvW
+@ stdcall GetCurrentProcessExplicitAppUserModelID(ptr) shcore.GetCurrentProcessExplicitAppUserModelID
+@ stdcall SetCurrentProcessExplicitAppUserModelID(wstr) shcore.SetCurrentProcessExplicitAppUserModelID
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 3f1370a01f3..157337ee01a 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -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",




More information about the wine-cvs mailing list