api-ms-win-core-kernel32-legacy-l1-1-2: Add new dll.

Signed-off-by: Myah Caron <qsniyg@protonmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Myah Caron 2021-03-10 04:41:56 +00:00 committed by Alexandre Julliard
parent b6ffd6cb78
commit 462f5759d1
5 changed files with 15 additions and 0 deletions

2
configure vendored
View File

@ -970,6 +970,7 @@ enable_api_ms_win_core_job_l1_1_0
enable_api_ms_win_core_job_l2_1_0
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_kernel32_legacy_l1_1_2
enable_api_ms_win_core_kernel32_private_l1_1_1
enable_api_ms_win_core_largeinteger_l1_1_0
enable_api_ms_win_core_libraryloader_l1_1_0
@ -20116,6 +20117,7 @@ wine_fn_config_makefile dlls/api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_j
wine_fn_config_makefile dlls/api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-2 enable_api_ms_win_core_kernel32_legacy_l1_1_2
wine_fn_config_makefile dlls/api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
wine_fn_config_makefile dlls/api-ms-win-core-largeinteger-l1-1-0 enable_api_ms_win_core_largeinteger_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0

View File

@ -2850,6 +2850,7 @@ WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-job-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-job-l2-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-kernel32-legacy-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-kernel32-legacy-l1-1-1)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-kernel32-legacy-l1-1-2)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-kernel32-private-l1-1-1)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-largeinteger-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-libraryloader-l1-1-0)

View File

@ -0,0 +1 @@
MODULE = api-ms-win-core-kernel32-legacy-l1-1-2.dll

View File

@ -0,0 +1,10 @@
@ stdcall CreateSemaphoreA(ptr long long str) kernel32.CreateSemaphoreA
@ stdcall GetBinaryTypeW(wstr ptr) kernel32.GetBinaryTypeW
@ stdcall Module32First(long ptr) kernel32.Module32First
@ stdcall Module32Next(long ptr) kernel32.Module32Next
@ stdcall OpenFileMappingA(long long str) kernel32.OpenFileMappingA
@ stdcall OpenMutexA(long long str) kernel32.OpenMutexA
@ stdcall Process32First(ptr ptr) kernel32.Process32First
@ stdcall Process32Next(ptr ptr) kernel32.Process32Next
@ stdcall SetTermsrvAppInstallMode(long) kernel32.SetTermsrvAppInstallMode
@ stdcall VerifyVersionInfoA(ptr long int64) kernel32.VerifyVersionInfoA

View File

@ -251,6 +251,7 @@ my @dll_groups =
"api-ms-win-core-job-l2-1-0",
"api-ms-win-core-kernel32-legacy-l1-1-0",
"api-ms-win-core-kernel32-legacy-l1-1-1",
"api-ms-win-core-kernel32-legacy-l1-1-2",
"api-ms-win-core-kernel32-private-l1-1-1",
"api-ms-win-core-largeinteger-l1-1-0",
"api-ms-win-core-libraryloader-l1-2-1",