Commit e2187d4f authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 6e90c16e
@ 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
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment