api-ms-win-core-stringloader-l1-1-1: Add dll.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
André Hentschel 2018-09-07 14:07:08 +02:00 committed by Alexandre Julliard
parent be974da9f6
commit 82f0bb3754
5 changed files with 7 additions and 0 deletions

2
configure vendored
View File

@ -1000,6 +1000,7 @@ enable_api_ms_win_core_string_l1_1_0
enable_api_ms_win_core_string_l2_1_0
enable_api_ms_win_core_string_obsolete_l1_1_0
enable_api_ms_win_core_stringansi_l1_1_0
enable_api_ms_win_core_stringloader_l1_1_1
enable_api_ms_win_core_synch_ansi_l1_1_0
enable_api_ms_win_core_synch_l1_1_0
enable_api_ms_win_core_synch_l1_2_0
@ -19095,6 +19096,7 @@ wine_fn_config_makefile dlls/api-ms-win-core-string-l1-1-0 enable_api_ms_win_cor
wine_fn_config_makefile dlls/api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
wine_fn_config_makefile dlls/api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-core-stringloader-l1-1-1 enable_api_ms_win_core_stringloader_l1_1_1
wine_fn_config_makefile dlls/api-ms-win-core-synch-ansi-l1-1-0 enable_api_ms_win_core_synch_ansi_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0

View File

@ -2953,6 +2953,7 @@ WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-string-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-string-l2-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-string-obsolete-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-stringansi-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-stringloader-l1-1-1)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-synch-ansi-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-synch-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-synch-l1-2-0)

View File

@ -0,0 +1 @@
MODULE = api-ms-win-core-stringloader-l1-1-1.dll

View File

@ -0,0 +1,2 @@
@ stdcall LoadStringA(long long ptr long) user32.LoadStringA
@ stdcall LoadStringW(long long ptr long) user32.LoadStringW

View File

@ -366,6 +366,7 @@ my @dll_groups =
[
"user32",
"api-ms-win-core-stringansi-l1-1-0",
"api-ms-win-core-stringloader-l1-1-1",
"api-ms-win-core-string-l2-1-0",
"api-ms-win-downlevel-user32-l1-1-0",
"api-ms-win-ntuser-dc-access-l1-1-0",