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
cf1b8d3c
Commit
cf1b8d3c
authored
Mar 15, 2018
by
Michael Müller
Committed by
Alexandre Julliard
Mar 15, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api-ms-win-shcore-stream-l1-1-0: Add dll.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
627b86d5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
0 deletions
+20
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/api-ms-win-shcore-stream-l1-1-0/Makefile.in
+1
-0
api-ms-win-shcore-stream-l1-1-0.spec
...shcore-stream-l1-1-0/api-ms-win-shcore-stream-l1-1-0.spec
+15
-0
make_specfiles
tools/make_specfiles
+1
-0
No files found.
configure
View file @
cf1b8d3c
...
@@ -1095,6 +1095,7 @@ enable_api_ms_win_service_winsvc_l1_1_0
...
@@ -1095,6 +1095,7 @@ enable_api_ms_win_service_winsvc_l1_1_0
enable_api_ms_win_service_winsvc_l1_2_0
enable_api_ms_win_service_winsvc_l1_2_0
enable_api_ms_win_shcore_obsolete_l1_1_0
enable_api_ms_win_shcore_obsolete_l1_1_0
enable_api_ms_win_shcore_scaling_l1_1_1
enable_api_ms_win_shcore_scaling_l1_1_1
enable_api_ms_win_shcore_stream_l1_1_0
enable_api_ms_win_shcore_thread_l1_1_0
enable_api_ms_win_shcore_thread_l1_1_0
enable_api_ms_win_shell_shellcom_l1_1_0
enable_api_ms_win_shell_shellcom_l1_1_0
enable_api_ms_win_shell_shellfolders_l1_1_0
enable_api_ms_win_shell_shellfolders_l1_1_0
...
@@ -18399,6 +18400,7 @@ wine_fn_config_makefile dlls/api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_
...
@@ -18399,6 +18400,7 @@ wine_fn_config_makefile dlls/api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_
wine_fn_config_makefile dlls/api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
wine_fn_config_makefile dlls/api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
wine_fn_config_makefile dlls/api-ms-win-shcore-obsolete-l1-1-0 enable_api_ms_win_shcore_obsolete_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-shcore-obsolete-l1-1-0 enable_api_ms_win_shcore_obsolete_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
wine_fn_config_makefile dlls/api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
wine_fn_config_makefile dlls/api-ms-win-shcore-stream-l1-1-0 enable_api_ms_win_shcore_stream_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-shcore-thread-l1-1-0 enable_api_ms_win_shcore_thread_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-shcore-thread-l1-1-0 enable_api_ms_win_shcore_thread_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
...
...
configure.ac
View file @
cf1b8d3c
...
@@ -3027,6 +3027,7 @@ WINE_CONFIG_MAKEFILE(dlls/api-ms-win-service-winsvc-l1-1-0)
...
@@ -3027,6 +3027,7 @@ WINE_CONFIG_MAKEFILE(dlls/api-ms-win-service-winsvc-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-service-winsvc-l1-2-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-service-winsvc-l1-2-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shcore-obsolete-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shcore-obsolete-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shcore-scaling-l1-1-1)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shcore-scaling-l1-1-1)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shcore-stream-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shcore-thread-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shcore-thread-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shell-shellcom-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shell-shellcom-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shell-shellfolders-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shell-shellfolders-l1-1-0)
...
...
dlls/api-ms-win-shcore-stream-l1-1-0/Makefile.in
0 → 100644
View file @
cf1b8d3c
MODULE
=
api-ms-win-shcore-stream-l1-1-0.dll
dlls/api-ms-win-shcore-stream-l1-1-0/api-ms-win-shcore-stream-l1-1-0.spec
0 → 100644
View file @
cf1b8d3c
@ stub IStream_Copy
@ stdcall IStream_Read(ptr ptr long) shcore.IStream_Read
@ stub IStream_ReadStr
@ stdcall IStream_Reset(ptr) shcore.IStream_Reset
@ stdcall IStream_Size(ptr ptr) shcore.IStream_Size
@ stdcall IStream_Write(ptr ptr long) shcore.IStream_Write
@ stub IStream_WriteStr
@ stdcall SHCreateMemStream(ptr long) shcore.SHCreateMemStream
@ stdcall SHCreateStreamOnFileA(str long ptr) shcore.SHCreateStreamOnFileA
@ stdcall SHCreateStreamOnFileEx(wstr long long long ptr ptr) shcore.SHCreateStreamOnFileEx
@ stdcall SHCreateStreamOnFileW(wstr long ptr) shcore.SHCreateStreamOnFileW
@ stdcall SHOpenRegStream2A(long str str long) shcore.SHOpenRegStream2A
@ stdcall SHOpenRegStream2W(long wstr wstr long) shcore.SHOpenRegStream2W
@ stdcall SHOpenRegStreamA(long str str long) shcore.SHOpenRegStreamA
@ stdcall SHOpenRegStreamW(long wstr wstr long) shcore.SHOpenRegStreamW
tools/make_specfiles
View file @
cf1b8d3c
...
@@ -355,6 +355,7 @@ my @dll_groups =
...
@@ -355,6 +355,7 @@ my @dll_groups =
"shcore"
,
"shcore"
,
"api-ms-win-shcore-obsolete-l1-1-0"
,
"api-ms-win-shcore-obsolete-l1-1-0"
,
"api-ms-win-shcore-thread-l1-1-0"
,
"api-ms-win-shcore-thread-l1-1-0"
,
"api-ms-win-shcore-stream-l1-1-0"
,
],
],
[
[
"user32"
,
"user32"
,
...
...
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