api-ms-win-core-kernel32-legacy-l1-1-1: Add dll.
Signed-off-by: Michael Müller <michael@fds-team.de> Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8f1476dc78
commit
756bc2afdd
|
@ -893,6 +893,7 @@ enable_api_ms_win_core_interlocked_l1_1_0
|
|||
enable_api_ms_win_core_interlocked_l1_2_0
|
||||
enable_api_ms_win_core_io_l1_1_1
|
||||
enable_api_ms_win_core_kernel32_legacy_l1_1_0
|
||||
enable_api_ms_win_core_kernel32_legacy_l1_1_1
|
||||
enable_api_ms_win_core_libraryloader_l1_1_0
|
||||
enable_api_ms_win_core_libraryloader_l1_1_1
|
||||
enable_api_ms_win_core_libraryloader_l1_2_0
|
||||
|
@ -17321,6 +17322,7 @@ wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_int
|
|||
wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
|
||||
wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
|
||||
wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
|
||||
wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
|
||||
wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
|
||||
|
|
|
@ -2660,6 +2660,7 @@ WINE_CONFIG_DLL(api-ms-win-core-interlocked-l1-1-0)
|
|||
WINE_CONFIG_DLL(api-ms-win-core-interlocked-l1-2-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-io-l1-1-1)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-kernel32-legacy-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-kernel32-legacy-l1-1-1)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-libraryloader-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-libraryloader-l1-1-1)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-libraryloader-l1-2-0)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-core-kernel32-legacy-l1-1-1.dll
|
|
@ -0,0 +1,15 @@
|
|||
@ stdcall FindFirstVolumeMountPointW(wstr ptr long) kernel32.FindFirstVolumeMountPointW
|
||||
@ stub FindNextVolumeMountPointW
|
||||
@ stdcall FindVolumeMountPointClose(ptr) kernel32.FindVolumeMountPointClose
|
||||
@ stub GetFileAttributesTransactedW
|
||||
@ stub GetFirmwareType
|
||||
@ stub GetNumaAvailableMemoryNodeEx
|
||||
@ stdcall GetNumaNodeProcessorMask(long ptr) kernel32.GetNumaNodeProcessorMask
|
||||
@ stub GetNumaProcessorNodeEx
|
||||
@ stdcall PowerClearRequest(long long) kernel32.PowerClearRequest
|
||||
@ stdcall PowerCreateRequest(ptr) kernel32.PowerCreateRequest
|
||||
@ stdcall PowerSetRequest(long long) kernel32.PowerSetRequest
|
||||
@ stdcall SetDllDirectoryW(wstr) kernel32.SetDllDirectoryW
|
||||
@ stdcall SetThreadIdealProcessor(long long) kernel32.SetThreadIdealProcessor
|
||||
@ stdcall SetVolumeMountPointW(wstr wstr) kernel32.SetVolumeMountPointW
|
||||
@ stdcall VerifyVersionInfoW(long long int64) kernel32.VerifyVersionInfoW
|
|
@ -187,6 +187,7 @@ my @dll_groups =
|
|||
"api-ms-win-core-heap-obsolete-l1-1-0",
|
||||
"api-ms-win-core-io-l1-1-1",
|
||||
"api-ms-win-core-kernel32-legacy-l1-1-0",
|
||||
"api-ms-win-core-kernel32-legacy-l1-1-1",
|
||||
"api-ms-win-core-localization-l1-1-0",
|
||||
"api-ms-win-core-localization-l1-2-0",
|
||||
"api-ms-win-core-localization-obsolete-l1-1-0",
|
||||
|
|
Loading…
Reference in New Issue