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

Alexandre Julliard julliard at winehq.org
Wed Mar 10 14:58:46 CST 2021


Module: wine
Branch: master
Commit: 462f5759d1fc60e3ed4e687ca6c839c232c63300
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=462f5759d1fc60e3ed4e687ca6c839c232c63300

Author: Myah Caron <qsniyg at protonmail.com>
Date:   Wed Mar 10 04:41:56 2021 +0000

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

Signed-off-by: Myah Caron <qsniyg at protonmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                                                      |  2 ++
 configure.ac                                                   |  1 +
 dlls/api-ms-win-core-kernel32-legacy-l1-1-2/Makefile.in        |  1 +
 .../api-ms-win-core-kernel32-legacy-l1-1-2.spec                | 10 ++++++++++
 tools/make_specfiles                                           |  1 +
 5 files changed, 15 insertions(+)

diff --git a/configure b/configure
index 3b5a50cef53..475fcfdf749 100755
--- a/configure
+++ b/configure
@@ -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
diff --git a/configure.ac b/configure.ac
index 8ed3b0c2669..5b7f09de924 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/dlls/api-ms-win-core-kernel32-legacy-l1-1-2/Makefile.in b/dlls/api-ms-win-core-kernel32-legacy-l1-1-2/Makefile.in
new file mode 100644
index 00000000000..e713a0c3892
--- /dev/null
+++ b/dlls/api-ms-win-core-kernel32-legacy-l1-1-2/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-kernel32-legacy-l1-1-2.dll
diff --git a/dlls/api-ms-win-core-kernel32-legacy-l1-1-2/api-ms-win-core-kernel32-legacy-l1-1-2.spec b/dlls/api-ms-win-core-kernel32-legacy-l1-1-2/api-ms-win-core-kernel32-legacy-l1-1-2.spec
new file mode 100644
index 00000000000..aa5baafaded
--- /dev/null
+++ b/dlls/api-ms-win-core-kernel32-legacy-l1-1-2/api-ms-win-core-kernel32-legacy-l1-1-2.spec
@@ -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
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 11e806b8919..3689a856b9f 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -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",




More information about the wine-cvs mailing list