api-ms-win-core-errorhandling-l1-1-2: Add stub dll.
This commit is contained in:
parent
192e1c0e7f
commit
7d2d96a736
|
@ -859,6 +859,7 @@ 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_1
|
||||
enable_api_ms_win_core_errorhandling_l1_1_1
|
||||
enable_api_ms_win_core_errorhandling_l1_1_2
|
||||
enable_api_ms_win_core_fibers_l1_1_0
|
||||
enable_api_ms_win_core_fibers_l1_1_1
|
||||
enable_api_ms_win_core_file_l1_2_0
|
||||
|
@ -16785,6 +16786,7 @@ wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_dateti
|
|||
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-1 enable_api_ms_win_core_debug_l1_1_1
|
||||
wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
|
||||
wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
|
||||
wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
|
||||
wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
|
||||
|
|
|
@ -2651,6 +2651,7 @@ 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-1)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-errorhandling-l1-1-1)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-errorhandling-l1-1-2)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-fibers-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-fibers-l1-1-1)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-file-l1-2-0)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-core-errorhandling-l1-1-2.dll
|
|
@ -0,0 +1,13 @@
|
|||
@ stdcall AddVectoredContinueHandler(long ptr) kernel32.AddVectoredContinueHandler
|
||||
@ stdcall AddVectoredExceptionHandler(long ptr) kernel32.AddVectoredExceptionHandler
|
||||
@ stdcall GetErrorMode() kernel32.GetErrorMode
|
||||
@ stdcall GetLastError() kernel32.GetLastError
|
||||
@ stdcall RaiseException(long long long ptr) kernel32.RaiseException
|
||||
@ stub RaiseFailFastException
|
||||
@ stdcall RemoveVectoredContinueHandler(ptr) kernel32.RemoveVectoredContinueHandler
|
||||
@ stdcall RemoveVectoredExceptionHandler(ptr) kernel32.RemoveVectoredExceptionHandler
|
||||
@ stdcall RestoreLastError(long) kernel32.RestoreLastError
|
||||
@ stdcall SetErrorMode(long) kernel32.SetErrorMode
|
||||
@ stdcall SetLastError(long) kernel32.SetLastError
|
||||
@ stdcall SetUnhandledExceptionFilter(ptr) kernel32.SetUnhandledExceptionFilter
|
||||
@ stdcall UnhandledExceptionFilter(ptr) kernel32.UnhandledExceptionFilter
|
|
@ -166,6 +166,7 @@ my @dll_groups =
|
|||
"api-ms-win-core-datetime-l1-1-0",
|
||||
"api-ms-win-core-datetime-l1-1-1",
|
||||
"api-ms-win-core-xstate-l2-1-0",
|
||||
"api-ms-win-core-errorhandling-l1-1-2",
|
||||
],
|
||||
[
|
||||
"ole32",
|
||||
|
|
Loading…
Reference in New Issue