From: Martin Storsjo Subject: [PATCH 07/21] api-ms-win-crt-conio-l1-1-0: Add stub dll. Message-Id: <1437680850-15312-8-git-send-email-martin@martin.st> Date: Thu, 23 Jul 2015 22:47:16 +0300 --- 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 +++ 4 files changed, 36 insertions(+) create mode 100644 dlls/api-ms-win-crt-conio-l1-1-0/Makefile.in create mode 100644 dlls/api-ms-win-crt-conio-l1-1-0/api-ms-win-crt-conio-l1-1-0.spec diff --git a/configure.ac b/configure.ac index 1a8f77d..32ed661 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 e967e68..e8adf6b 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", ], -- 1.8.1.2