Martin Storsjo : api-ms-win-crt-conio-l1-1-0: Add stub dll.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 26 09:57:10 CDT 2015


Module: wine
Branch: master
Commit: bf960922443ef99335777b742f2715a41a5d7bbf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bf960922443ef99335777b742f2715a41a5d7bbf

Author: Martin Storsjo <martin at martin.st>
Date:   Wed Aug 26 09:44:42 2015 +0300

api-ms-win-crt-conio-l1-1-0: Add stub dll.

---

 configure                                          |  2 ++
 configure.ac                                       |  1 +
 dlls/api-ms-win-crt-conio-l1-1-0/Makefile.in       |  1 +
 .../api-ms-win-crt-conio-l1-1-0.spec               | 30 ++++++++++++++++++++++
 tools/make_specfiles                               |  4 +++
 5 files changed, 38 insertions(+)

diff --git a/configure b/configure
index 6627f16..59688c7 100755
--- a/configure
+++ b/configure
@@ -915,6 +915,7 @@ enable_api_ms_win_core_winrt_error_l1_1_1
 enable_api_ms_win_core_winrt_l1_1_0
 enable_api_ms_win_core_winrt_string_l1_1_0
 enable_api_ms_win_core_xstate_l2_1_0
+enable_api_ms_win_crt_conio_l1_1_0
 enable_api_ms_win_downlevel_advapi32_l1_1_0
 enable_api_ms_win_downlevel_advapi32_l2_1_0
 enable_api_ms_win_downlevel_normaliz_l1_1_0
@@ -17155,6 +17156,7 @@ wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_win
 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
+wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
diff --git a/configure.ac b/configure.ac
index ed1052c..53faa35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2755,6 +2755,7 @@ WINE_CONFIG_DLL(api-ms-win-core-winrt-error-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-core-winrt-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-winrt-string-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-xstate-l2-1-0)
+WINE_CONFIG_DLL(api-ms-win-crt-conio-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l2-1-0)
 WINE_CONFIG_DLL(api-ms-win-downlevel-normaliz-l1-1-0)
diff --git a/dlls/api-ms-win-crt-conio-l1-1-0/Makefile.in b/dlls/api-ms-win-crt-conio-l1-1-0/Makefile.in
new file mode 100644
index 0000000..3abc188
--- /dev/null
+++ b/dlls/api-ms-win-crt-conio-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-crt-conio-l1-1-0.dll
diff --git a/dlls/api-ms-win-crt-conio-l1-1-0/api-ms-win-crt-conio-l1-1-0.spec b/dlls/api-ms-win-crt-conio-l1-1-0/api-ms-win-crt-conio-l1-1-0.spec
new file mode 100644
index 0000000..3b7f637
--- /dev/null
+++ b/dlls/api-ms-win-crt-conio-l1-1-0/api-ms-win-crt-conio-l1-1-0.spec
@@ -0,0 +1,30 @@
+@ stub __conio_common_vcprintf
+@ stub __conio_common_vcprintf_p
+@ stub __conio_common_vcprintf_s
+@ stub __conio_common_vcscanf
+@ stub __conio_common_vcwprintf
+@ stub __conio_common_vcwprintf_p
+@ stub __conio_common_vcwprintf_s
+@ stub __conio_common_vcwscanf
+@ cdecl _cgets(ptr) ucrtbase._cgets
+@ stub _cgets_s
+@ stub _cgetws
+@ stub _cgetws_s
+@ cdecl _cputs(str) ucrtbase._cputs
+@ cdecl _cputws(wstr) ucrtbase._cputws
+@ cdecl _getch() ucrtbase._getch
+@ cdecl _getch_nolock() ucrtbase._getch_nolock
+@ cdecl _getche() ucrtbase._getche
+@ cdecl _getche_nolock() ucrtbase._getche_nolock
+@ cdecl _getwch() ucrtbase._getwch
+@ cdecl _getwch_nolock() ucrtbase._getwch_nolock
+@ cdecl _getwche() ucrtbase._getwche
+@ cdecl _getwche_nolock() ucrtbase._getwche_nolock
+@ cdecl _putch(long) ucrtbase._putch
+@ cdecl _putch_nolock(long) ucrtbase._putch_nolock
+@ cdecl _putwch(long) ucrtbase._putwch
+@ cdecl _putwch_nolock(long) ucrtbase._putwch_nolock
+@ cdecl _ungetch(long) ucrtbase._ungetch
+@ cdecl _ungetch_nolock(long) ucrtbase._ungetch_nolock
+@ cdecl _ungetwch(long) ucrtbase._ungetwch
+@ cdecl _ungetwch_nolock(long) ucrtbase._ungetwch_nolock
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 54495cf..3a70c21 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -50,6 +50,10 @@ my @dll_groups =
   "msvcr120_app",
  ],
  [
+  "ucrtbase",
+  "api-ms-win-crt-conio-l1-1-0",
+ ],
+ [
   "msvcp120",
   "msvcp120_app",
  ],




More information about the wine-cvs mailing list