api-ms-win-core-windowserrorreporting-l1-1-1: Add DLL.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51923 Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
30a026d245
commit
b45ac3a0b8
|
@ -1084,6 +1084,7 @@ enable_api_ms_win_core_version_l1_1_1
|
|||
enable_api_ms_win_core_version_private_l1_1_0
|
||||
enable_api_ms_win_core_versionansi_l1_1_0
|
||||
enable_api_ms_win_core_windowserrorreporting_l1_1_0
|
||||
enable_api_ms_win_core_windowserrorreporting_l1_1_1
|
||||
enable_api_ms_win_core_winrt_error_l1_1_0
|
||||
enable_api_ms_win_core_winrt_error_l1_1_1
|
||||
enable_api_ms_win_core_winrt_errorprivate_l1_1_1
|
||||
|
@ -21546,6 +21547,7 @@ wine_fn_config_makefile dlls/api-ms-win-core-version-l1-1-1 enable_api_ms_win_co
|
|||
wine_fn_config_makefile dlls/api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
|
||||
wine_fn_config_makefile dlls/api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
|
||||
wine_fn_config_makefile dlls/api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
|
||||
wine_fn_config_makefile dlls/api-ms-win-core-windowserrorreporting-l1-1-1 enable_api_ms_win_core_windowserrorreporting_l1_1_1
|
||||
wine_fn_config_makefile dlls/api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
|
||||
wine_fn_config_makefile dlls/api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
|
||||
wine_fn_config_makefile dlls/api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
|
||||
|
|
|
@ -2470,6 +2470,7 @@ WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-version-l1-1-1)
|
|||
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-version-private-l1-1-0)
|
||||
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-versionansi-l1-1-0)
|
||||
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-windowserrorreporting-l1-1-0)
|
||||
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-windowserrorreporting-l1-1-1)
|
||||
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-winrt-error-l1-1-0)
|
||||
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-winrt-error-l1-1-1)
|
||||
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-winrt-errorprivate-l1-1-1)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-core-windowserrorreporting-l1-1-1.dll
|
|
@ -0,0 +1,10 @@
|
|||
@ stub GetApplicationRecoveryCallback
|
||||
@ stdcall GetApplicationRestartSettings(long ptr ptr ptr) kernel32.GetApplicationRestartSettings
|
||||
@ stdcall WerRegisterFile(wstr long long) kernel32.WerRegisterFile
|
||||
@ stdcall WerRegisterMemoryBlock(ptr long) kernel32.WerRegisterMemoryBlock
|
||||
@ stdcall WerRegisterRuntimeExceptionModule(wstr ptr) kernel32.WerRegisterRuntimeExceptionModule
|
||||
@ stdcall WerUnregisterFile(wstr) kernel32.WerUnregisterFile
|
||||
@ stdcall WerUnregisterMemoryBlock(ptr) kernel32.WerUnregisterMemoryBlock
|
||||
@ stdcall WerUnregisterRuntimeExceptionModule(wstr ptr) kernel32.WerUnregisterRuntimeExceptionModule
|
||||
@ stub WerpNotifyLoadStringResource
|
||||
@ stub WerpNotifyUseStringResource
|
|
@ -300,6 +300,7 @@ my @dll_groups =
|
|||
"api-ms-win-core-datetime-l1-1-0",
|
||||
"api-ms-win-core-datetime-l1-1-1",
|
||||
"api-ms-win-core-windowserrorreporting-l1-1-0",
|
||||
"api-ms-win-core-windowserrorreporting-l1-1-1",
|
||||
"api-ms-win-core-wow64-l1-1-0",
|
||||
"api-ms-win-core-wow64-l1-1-1",
|
||||
"api-ms-win-core-xstate-l2-1-0",
|
||||
|
|
Loading…
Reference in New Issue