api-ms-win-core-stringansi-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a1a8cddfde
commit
09c40f67df
|
@ -940,6 +940,7 @@ enable_api_ms_win_core_sidebyside_l1_1_0
|
|||
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_synch_l1_1_0
|
||||
enable_api_ms_win_core_synch_l1_2_0
|
||||
enable_api_ms_win_core_sysinfo_l1_1_0
|
||||
|
@ -17595,6 +17596,7 @@ wine_fn_config_dll api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_side
|
|||
wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
|
||||
wine_fn_config_dll api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
|
||||
wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
|
||||
|
|
|
@ -2716,6 +2716,7 @@ WINE_CONFIG_DLL(api-ms-win-core-sidebyside-l1-1-0)
|
|||
WINE_CONFIG_DLL(api-ms-win-core-string-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-string-l2-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-string-obsolete-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-stringansi-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-synch-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-synch-l1-2-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-sysinfo-l1-1-0)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-core-stringansi-l1-1-0.dll
|
|
@ -0,0 +1,12 @@
|
|||
@ stdcall CharLowerA(str) user32.CharLowerA
|
||||
@ stdcall CharLowerBuffA(str long) user32.CharLowerBuffA
|
||||
@ stdcall CharNextA(str) user32.CharNextA
|
||||
@ stdcall CharNextExA(long str long) user32.CharNextExA
|
||||
@ stdcall CharPrevA(str str) user32.CharPrevA
|
||||
@ stdcall CharPrevExA(long str str long) user32.CharPrevExA
|
||||
@ stdcall CharUpperA(str) user32.CharUpperA
|
||||
@ stdcall CharUpperBuffA(str long) user32.CharUpperBuffA
|
||||
@ stdcall IsCharAlphaA(long) user32.IsCharAlphaA
|
||||
@ stdcall IsCharAlphaNumericA(long) user32.IsCharAlphaNumericA
|
||||
@ stdcall IsCharLowerA(long) user32.IsCharLowerA
|
||||
@ stdcall IsCharUpperA(long) user32.IsCharUpperA
|
|
@ -232,6 +232,7 @@ my @dll_groups =
|
|||
],
|
||||
[
|
||||
"user32",
|
||||
"api-ms-win-core-stringansi-l1-1-0",
|
||||
"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",
|
||||
|
|
Loading…
Reference in New Issue