[PATCH v2] api-ms-win-core-crt-l2-1-0: Add dll.

Andrey Gusev andrey.goosev at gmail.com
Wed Jun 21 13:08:34 CDT 2017


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 configure                                              |  2 ++
 configure.ac                                           |  1 +
 dlls/api-ms-win-core-crt-l2-1-0/Makefile.in            |  1 +
 .../api-ms-win-core-crt-l2-1-0.spec                    | 18 ++++++++++++++++++
 tools/make_specfiles                                   |  1 +
 5 files changed, 23 insertions(+)
 create mode 100644 dlls/api-ms-win-core-crt-l2-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-core-crt-l2-1-0/api-ms-win-core-crt-l2-1-0.spec

diff --git a/configure b/configure
index 95879c0..6bb1d96 100755
--- a/configure
+++ b/configure
@@ -890,6 +890,7 @@ enable_api_ms_win_core_com_private_l1_1_0
 enable_api_ms_win_core_console_l1_1_0
 enable_api_ms_win_core_console_l2_1_0
 enable_api_ms_win_core_crt_l1_1_0
+enable_api_ms_win_core_crt_l2_1_0
 enable_api_ms_win_core_datetime_l1_1_0
 enable_api_ms_win_core_datetime_l1_1_1
 enable_api_ms_win_core_debug_l1_1_0
@@ -17782,6 +17783,7 @@ wine_fn_config_dll api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com
 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
 wine_fn_config_dll api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
 wine_fn_config_dll api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
+wine_fn_config_dll api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
diff --git a/configure.ac b/configure.ac
index c611fba..6c69b68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2722,6 +2722,7 @@ WINE_CONFIG_DLL(api-ms-win-core-com-private-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-console-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-console-l2-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-crt-l1-1-0)
+WINE_CONFIG_DLL(api-ms-win-core-crt-l2-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-datetime-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-datetime-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-core-debug-l1-1-0)
diff --git a/dlls/api-ms-win-core-crt-l2-1-0/Makefile.in b/dlls/api-ms-win-core-crt-l2-1-0/Makefile.in
new file mode 100644
index 0000000..2ac004c
--- /dev/null
+++ b/dlls/api-ms-win-core-crt-l2-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-crt-l2-1-0.dll
diff --git a/dlls/api-ms-win-core-crt-l2-1-0/api-ms-win-core-crt-l2-1-0.spec b/dlls/api-ms-win-core-crt-l2-1-0/api-ms-win-core-crt-l2-1-0.spec
new file mode 100644
index 0000000..3b02fbf
--- /dev/null
+++ b/dlls/api-ms-win-core-crt-l2-1-0/api-ms-win-core-crt-l2-1-0.spec
@@ -0,0 +1,18 @@
+@ stub __dllonexit3
+@ stub __wgetmainargs
+@ cdecl _amsg_exit(long) msvcrt._amsg_exit
+@ cdecl _c_exit() ucrtbase._c_exit
+@ cdecl _cexit() ucrtbase._cexit
+@ cdecl _exit(long) ucrtbase._exit
+@ cdecl _initterm(ptr ptr) ucrtbase._initterm
+@ cdecl _initterm_e(ptr ptr) ucrtbase._initterm_e
+@ cdecl _invalid_parameter(wstr wstr wstr long long) msvcr120._invalid_parameter
+@ cdecl _onexit(ptr) msvcrt._onexit
+@ cdecl _purecall() ucrtbase._purecall
+@ cdecl _time64(ptr) ucrtbase._time64
+@ cdecl -private atexit(ptr) msvcrt.atexit
+@ cdecl exit(long) ucrtbase.exit
+@ stub hgets
+@ stub hwprintf
+@ cdecl time(ptr) msvcrt.time
+@ varargs wprintf(wstr) msvcrt.wprintf
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 3da597b..b8c5b5d 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -54,6 +54,7 @@ my @dll_groups =
  [
   "ucrtbase",
   "api-ms-win-core-crt-l1-1-0",
+  "api-ms-win-core-crt-l2-1-0",
  ],
  [
   "ucrtbase",
-- 
2.7.5




More information about the wine-patches mailing list