Module: wine Branch: master Commit: 0c095ccc2d5c49cc93c2118fd317d43ba63b3127 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0c095ccc2d5c49cc93c2118fd...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Feb 15 17:17:21 2022 +0100
make_specfiles: Move some ApiSet dlls to the ntdll section.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/make_specfiles | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/tools/make_specfiles b/tools/make_specfiles index fb8c9f90377..c747fb89f05 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -186,10 +186,12 @@ my @dll_groups = ], [ "ntdll", + "api-ms-win-core-apiquery-l1-1-0", + "api-ms-win-core-rtlsupport-l1-1-0", + "api-ms-win-core-rtlsupport-l1-2-0", "api-ms-win-core-xstate-l1-1-0", ], [ - "ntdll", "powrprof", "api-ms-win-power-base-l1-1-0", "api-ms-win-power-setting-l1-1-0", @@ -457,13 +459,8 @@ my @dll_groups = ], [ "msvcrt", - "ntdll", - "ntoskrnl.exe", - "api-ms-win-core-apiquery-l1-1-0", "api-ms-win-core-crt-l1-1-0", "api-ms-win-core-crt-l2-1-0", - "api-ms-win-core-rtlsupport-l1-1-0", - "api-ms-win-core-rtlsupport-l1-2-0", ], [ "gdi32",