api-ms-win-core-crt-l2-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
001e4ffe35
commit
4dc61a2ca6
|
@ -890,6 +890,7 @@ enable_api_ms_win_core_com_private_l1_1_0
|
|||
enable_api_ms_win_core_console_l1_1_0
|
||||
enable_api_ms_win_core_console_l2_1_0
|
||||
enable_api_ms_win_core_crt_l1_1_0
|
||||
enable_api_ms_win_core_crt_l2_1_0
|
||||
enable_api_ms_win_core_datetime_l1_1_0
|
||||
enable_api_ms_win_core_datetime_l1_1_1
|
||||
enable_api_ms_win_core_debug_l1_1_0
|
||||
|
@ -17890,6 +17891,7 @@ wine_fn_config_dll api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com
|
|||
wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
|
||||
wine_fn_config_dll api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
|
||||
wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
|
||||
wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
|
||||
|
|
|
@ -2726,6 +2726,7 @@ WINE_CONFIG_DLL(api-ms-win-core-com-private-l1-1-0)
|
|||
WINE_CONFIG_DLL(api-ms-win-core-console-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-console-l2-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-crt-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-crt-l2-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-datetime-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-datetime-l1-1-1)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-debug-l1-1-0)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-core-crt-l2-1-0.dll
|
|
@ -0,0 +1,18 @@
|
|||
@ stub __dllonexit3
|
||||
@ cdecl __wgetmainargs(ptr ptr ptr long ptr) msvcrt.__wgetmainargs
|
||||
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
|
||||
@ cdecl _c_exit() msvcrt._c_exit
|
||||
@ cdecl _cexit() msvcrt._cexit
|
||||
@ cdecl _exit(long) msvcrt._exit
|
||||
@ cdecl _initterm(ptr ptr) msvcrt._initterm
|
||||
@ cdecl _initterm_e(ptr ptr) msvcrt._initterm_e
|
||||
@ cdecl _invalid_parameter(wstr wstr wstr long long) msvcrt._invalid_parameter
|
||||
@ cdecl _onexit(ptr) msvcrt._onexit
|
||||
@ cdecl _purecall() msvcrt._purecall
|
||||
@ cdecl _time64(ptr) msvcrt._time64
|
||||
@ cdecl -private atexit(ptr) msvcrt.atexit
|
||||
@ cdecl exit(long) msvcrt.exit
|
||||
@ stub hgets
|
||||
@ stub hwprintf
|
||||
@ cdecl time(ptr) msvcrt.time
|
||||
@ varargs wprintf(wstr) msvcrt.wprintf
|
|
@ -332,6 +332,7 @@ my @dll_groups =
|
|||
"api-ms-win-core-rtlsupport-l1-1-0",
|
||||
"api-ms-win-core-rtlsupport-l1-2-0",
|
||||
"api-ms-win-core-crt-l1-1-0",
|
||||
"api-ms-win-core-crt-l2-1-0",
|
||||
],
|
||||
[
|
||||
"gdi32",
|
||||
|
|
Loading…
Reference in New Issue