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
4dc61a2c
Commit
4dc61a2c
authored
Jun 22, 2017
by
Andrey Gusev
Committed by
Alexandre Julliard
Jun 23, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api-ms-win-core-crt-l2-1-0: Add dll.
Signed-off-by:
Andrey Gusev
<
andrey.goosev@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
001e4ffe
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
0 deletions
+23
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/api-ms-win-core-crt-l2-1-0/Makefile.in
+1
-0
api-ms-win-core-crt-l2-1-0.spec
...pi-ms-win-core-crt-l2-1-0/api-ms-win-core-crt-l2-1-0.spec
+18
-0
make_specfiles
tools/make_specfiles
+1
-0
No files found.
configure
View file @
4dc61a2c
...
...
@@ -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
...
...
@@ -17890,6 +17891,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
...
...
configure.ac
View file @
4dc61a2c
...
...
@@ -2726,6 +2726,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)
...
...
dlls/api-ms-win-core-crt-l2-1-0/Makefile.in
0 → 100644
View file @
4dc61a2c
MODULE
=
api-ms-win-core-crt-l2-1-0.dll
dlls/api-ms-win-core-crt-l2-1-0/api-ms-win-core-crt-l2-1-0.spec
0 → 100644
View file @
4dc61a2c
@ stub __dllonexit3
@ cdecl __wgetmainargs(ptr ptr ptr long ptr) msvcrt.__wgetmainargs
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
@ cdecl _c_exit() msvcrt._c_exit
@ cdecl _cexit() msvcrt._cexit
@ cdecl _exit(long) msvcrt._exit
@ cdecl _initterm(ptr ptr) msvcrt._initterm
@ cdecl _initterm_e(ptr ptr) msvcrt._initterm_e
@ cdecl _invalid_parameter(wstr wstr wstr long long) msvcrt._invalid_parameter
@ cdecl _onexit(ptr) msvcrt._onexit
@ cdecl _purecall() msvcrt._purecall
@ cdecl _time64(ptr) msvcrt._time64
@ cdecl -private atexit(ptr) msvcrt.atexit
@ cdecl exit(long) msvcrt.exit
@ stub hgets
@ stub hwprintf
@ cdecl time(ptr) msvcrt.time
@ varargs wprintf(wstr) msvcrt.wprintf
tools/make_specfiles
View file @
4dc61a2c
...
...
@@ -332,6 +332,7 @@ my @dll_groups =
"api-ms-win-core-rtlsupport-l1-1-0"
,
"api-ms-win-core-rtlsupport-l1-2-0"
,
"api-ms-win-core-crt-l1-1-0"
,
"api-ms-win-core-crt-l2-1-0"
,
],
[
"gdi32"
,
...
...
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