Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
3515da1b
Commit
3515da1b
authored
Jul 16, 2021
by
Esdras Tarsis
Committed by
Alexandre Julliard
Jul 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api-ms-win-core-kernel32-legacy-l1-1-5: Add stub dll.
Signed-off-by:
Esdras Tarsis
<
esdrastarsis@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
9422d0a0
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
0 deletions
+7
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/api-ms-win-core-kernel32-legacy-l1-1-5/Makefile.in
+1
-0
api-ms-win-core-kernel32-legacy-l1-1-5.spec
...legacy-l1-1-5/api-ms-win-core-kernel32-legacy-l1-1-5.spec
+2
-0
make_specfiles
tools/make_specfiles
+1
-0
No files found.
configure
View file @
3515da1b
...
@@ -975,6 +975,7 @@ enable_api_ms_win_core_job_l2_1_0
...
@@ -975,6 +975,7 @@ enable_api_ms_win_core_job_l2_1_0
enable_api_ms_win_core_kernel32_legacy_l1_1_0
enable_api_ms_win_core_kernel32_legacy_l1_1_0
enable_api_ms_win_core_kernel32_legacy_l1_1_1
enable_api_ms_win_core_kernel32_legacy_l1_1_1
enable_api_ms_win_core_kernel32_legacy_l1_1_2
enable_api_ms_win_core_kernel32_legacy_l1_1_2
enable_api_ms_win_core_kernel32_legacy_l1_1_5
enable_api_ms_win_core_kernel32_private_l1_1_1
enable_api_ms_win_core_kernel32_private_l1_1_1
enable_api_ms_win_core_largeinteger_l1_1_0
enable_api_ms_win_core_largeinteger_l1_1_0
enable_api_ms_win_core_libraryloader_l1_1_0
enable_api_ms_win_core_libraryloader_l1_1_0
...
@@ -20125,6 +20126,7 @@ wine_fn_config_makefile dlls/api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_j
...
@@ -20125,6 +20126,7 @@ wine_fn_config_makefile dlls/api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_j
wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-2 enable_api_ms_win_core_kernel32_legacy_l1_1_2
wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-2 enable_api_ms_win_core_kernel32_legacy_l1_1_2
wine_fn_config_makefile dlls/api-ms-win-core-kernel32-legacy-l1-1-5 enable_api_ms_win_core_kernel32_legacy_l1_1_5
wine_fn_config_makefile dlls/api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
wine_fn_config_makefile dlls/api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
wine_fn_config_makefile dlls/api-ms-win-core-largeinteger-l1-1-0 enable_api_ms_win_core_largeinteger_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-core-largeinteger-l1-1-0 enable_api_ms_win_core_largeinteger_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
...
...
configure.ac
View file @
3515da1b
...
@@ -2795,6 +2795,7 @@ WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-job-l2-1-0)
...
@@ -2795,6 +2795,7 @@ WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-job-l2-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-kernel32-legacy-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-kernel32-legacy-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-kernel32-legacy-l1-1-1)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-kernel32-legacy-l1-1-1)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-kernel32-legacy-l1-1-2)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-kernel32-legacy-l1-1-2)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-kernel32-legacy-l1-1-5)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-kernel32-private-l1-1-1)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-kernel32-private-l1-1-1)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-largeinteger-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-largeinteger-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-libraryloader-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-libraryloader-l1-1-0)
...
...
dlls/api-ms-win-core-kernel32-legacy-l1-1-5/Makefile.in
0 → 100644
View file @
3515da1b
MODULE
=
api-ms-win-core-kernel32-legacy-l1-1-5.dll
dlls/api-ms-win-core-kernel32-legacy-l1-1-5/api-ms-win-core-kernel32-legacy-l1-1-5.spec
0 → 100644
View file @
3515da1b
@ stdcall GetDllDirectoryW(long ptr) kernel32.GetDllDirectoryW
@ stdcall SetThreadExecutionState(long) kernel32.SetThreadExecutionState
tools/make_specfiles
View file @
3515da1b
...
@@ -254,6 +254,7 @@ my @dll_groups =
...
@@ -254,6 +254,7 @@ my @dll_groups =
"api-ms-win-core-kernel32-legacy-l1-1-0"
,
"api-ms-win-core-kernel32-legacy-l1-1-0"
,
"api-ms-win-core-kernel32-legacy-l1-1-1"
,
"api-ms-win-core-kernel32-legacy-l1-1-1"
,
"api-ms-win-core-kernel32-legacy-l1-1-2"
,
"api-ms-win-core-kernel32-legacy-l1-1-2"
,
"api-ms-win-core-kernel32-legacy-l1-1-5"
,
"api-ms-win-core-kernel32-private-l1-1-1"
,
"api-ms-win-core-kernel32-private-l1-1-1"
,
"api-ms-win-core-largeinteger-l1-1-0"
,
"api-ms-win-core-largeinteger-l1-1-0"
,
"api-ms-win-core-libraryloader-l1-2-1"
,
"api-ms-win-core-libraryloader-l1-2-1"
,
...
...
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