Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
bf960922
Commit
bf960922
authored
Aug 26, 2015
by
Martin Storsjo
Committed by
Alexandre Julliard
Aug 26, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api-ms-win-crt-conio-l1-1-0: Add stub dll.
parent
b256c55d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
38 additions
and
0 deletions
+38
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/api-ms-win-crt-conio-l1-1-0/Makefile.in
+1
-0
api-ms-win-crt-conio-l1-1-0.spec
...-ms-win-crt-conio-l1-1-0/api-ms-win-crt-conio-l1-1-0.spec
+30
-0
make_specfiles
tools/make_specfiles
+4
-0
No files found.
configure
View file @
bf960922
...
...
@@ -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
...
...
configure.ac
View file @
bf960922
...
...
@@ -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)
...
...
dlls/api-ms-win-crt-conio-l1-1-0/Makefile.in
0 → 100644
View file @
bf960922
MODULE
=
api-ms-win-crt-conio-l1-1-0.dll
dlls/api-ms-win-crt-conio-l1-1-0/api-ms-win-crt-conio-l1-1-0.spec
0 → 100644
View file @
bf960922
@ 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
tools/make_specfiles
View file @
bf960922
...
...
@@ -50,6 +50,10 @@ my @dll_groups =
"msvcr120_app"
,
],
[
"ucrtbase"
,
"api-ms-win-crt-conio-l1-1-0"
,
],
[
"msvcp120"
,
"msvcp120_app"
,
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment