api-ms-win-core-string-obsolete-l1-1-0: Add dll.
Signed-off-by: Max Qian <public@maxqia.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
6b00445e69
commit
7b5b3eee71
|
@ -931,6 +931,7 @@ enable_api_ms_win_core_rtlsupport_l1_2_0
|
||||||
enable_api_ms_win_core_shlwapi_legacy_l1_1_0
|
enable_api_ms_win_core_shlwapi_legacy_l1_1_0
|
||||||
enable_api_ms_win_core_string_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_l2_1_0
|
||||||
|
enable_api_ms_win_core_string_obsolete_l1_1_0
|
||||||
enable_api_ms_win_core_synch_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_synch_l1_2_0
|
||||||
enable_api_ms_win_core_sysinfo_l1_1_0
|
enable_api_ms_win_core_sysinfo_l1_1_0
|
||||||
|
@ -17471,6 +17472,7 @@ wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtls
|
||||||
wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
|
wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
|
||||||
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-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-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-synch-l1-1-0 enable_api_ms_win_core_synch_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-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
|
wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
|
||||||
|
|
|
@ -2696,6 +2696,7 @@ WINE_CONFIG_DLL(api-ms-win-core-rtlsupport-l1-2-0)
|
||||||
WINE_CONFIG_DLL(api-ms-win-core-shlwapi-legacy-l1-1-0)
|
WINE_CONFIG_DLL(api-ms-win-core-shlwapi-legacy-l1-1-0)
|
||||||
WINE_CONFIG_DLL(api-ms-win-core-string-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-l2-1-0)
|
||||||
|
WINE_CONFIG_DLL(api-ms-win-core-string-obsolete-l1-1-0)
|
||||||
WINE_CONFIG_DLL(api-ms-win-core-synch-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-synch-l1-2-0)
|
||||||
WINE_CONFIG_DLL(api-ms-win-core-sysinfo-l1-1-0)
|
WINE_CONFIG_DLL(api-ms-win-core-sysinfo-l1-1-0)
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
MODULE = api-ms-win-core-string-obsolete-l1-1-0.dll
|
|
@ -0,0 +1,10 @@
|
||||||
|
@ stdcall lstrcatW(wstr wstr) kernel32.lstrcatW
|
||||||
|
@ stdcall lstrcmpA(str str) kernel32.lstrcmpA
|
||||||
|
@ stdcall lstrcmpW(wstr wstr) kernel32.lstrcmpW
|
||||||
|
@ stdcall lstrcmpiA(str str) kernel32.lstrcmpiA
|
||||||
|
@ stdcall lstrcmpiW(wstr wstr) kernel32.lstrcmpiW
|
||||||
|
@ stdcall lstrcpyW(ptr wstr) kernel32.lstrcpyW
|
||||||
|
@ stdcall lstrcpynA(ptr str long) kernel32.lstrcpynA
|
||||||
|
@ stdcall lstrcpynW(ptr wstr long) kernel32.lstrcpynW
|
||||||
|
@ stdcall lstrlenA(str) kernel32.lstrlenA
|
||||||
|
@ stdcall lstrlenW(wstr) kernel32.lstrlenW
|
|
@ -136,6 +136,7 @@ my @dll_groups =
|
||||||
"api-ms-win-core-misc-l1-1-0",
|
"api-ms-win-core-misc-l1-1-0",
|
||||||
"api-ms-win-core-profile-l1-1-0",
|
"api-ms-win-core-profile-l1-1-0",
|
||||||
"api-ms-win-core-string-l1-1-0",
|
"api-ms-win-core-string-l1-1-0",
|
||||||
|
"api-ms-win-core-string-obsolete-l1-1-0",
|
||||||
"api-ms-win-core-sysinfo-l1-1-0",
|
"api-ms-win-core-sysinfo-l1-1-0",
|
||||||
"api-ms-win-core-sysinfo-l1-2-0",
|
"api-ms-win-core-sysinfo-l1-2-0",
|
||||||
"api-ms-win-core-util-l1-1-0",
|
"api-ms-win-core-util-l1-1-0",
|
||||||
|
|
Loading…
Reference in New Issue