mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
api-ms-win-core-rtlsupport-l1-1-0: Add stub dll.
This commit is contained in:
parent
c2a0e6405f
commit
7af1ef4abe
2
configure
vendored
2
configure
vendored
@ -895,6 +895,7 @@ enable_api_ms_win_core_processthreads_l1_1_2
|
||||
enable_api_ms_win_core_profile_l1_1_0
|
||||
enable_api_ms_win_core_psapi_l1_1_0
|
||||
enable_api_ms_win_core_registry_l1_1_0
|
||||
enable_api_ms_win_core_rtlsupport_l1_1_0
|
||||
enable_api_ms_win_core_rtlsupport_l1_2_0
|
||||
enable_api_ms_win_core_shlwapi_legacy_l1_1_0
|
||||
enable_api_ms_win_core_string_l1_1_0
|
||||
@ -17038,6 +17039,7 @@ wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_
|
||||
wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_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
|
||||
|
@ -2731,6 +2731,7 @@ WINE_CONFIG_DLL(api-ms-win-core-processthreads-l1-1-2)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-profile-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-psapi-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-registry-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-rtlsupport-l1-1-0)
|
||||
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-string-l1-1-0)
|
||||
|
1
dlls/api-ms-win-core-rtlsupport-l1-1-0/Makefile.in
Normal file
1
dlls/api-ms-win-core-rtlsupport-l1-1-0/Makefile.in
Normal file
@ -0,0 +1 @@
|
||||
MODULE = api-ms-win-core-rtlsupport-l1-1-0.dll
|
@ -0,0 +1,4 @@
|
||||
@ stdcall -norelay RtlCaptureContext(ptr) ntdll.RtlCaptureContext
|
||||
@ stdcall RtlCaptureStackBackTrace(long long ptr ptr) ntdll.RtlCaptureStackBackTrace
|
||||
@ stdcall RtlFillMemory(ptr long long) ntdll.RtlFillMemory
|
||||
@ stdcall -register RtlUnwind(ptr ptr ptr ptr) ntdll.RtlUnwind
|
@ -223,6 +223,7 @@ my @dll_groups =
|
||||
"msvcrt",
|
||||
"ntdll",
|
||||
"ntoskrnl.exe",
|
||||
"api-ms-win-core-rtlsupport-l1-1-0",
|
||||
"api-ms-win-core-rtlsupport-l1-2-0",
|
||||
],
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user