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
0cf2dfd9
Commit
0cf2dfd9
authored
Oct 14, 2016
by
Andrey Gusev
Committed by
Alexandre Julliard
Oct 14, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ext-ms-win-kernel32-package-current-l1-1-0: Add dll.
Signed-off-by:
Andrey Gusev
<
andrey.goosev@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
0fdedc6e
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/ext-ms-win-kernel32-package-current-l1-1-0/Makefile.in
+1
-0
ext-ms-win-kernel32-package-current-l1-1-0.spec
...nt-l1-1-0/ext-ms-win-kernel32-package-current-l1-1-0.spec
+2
-0
make_specfiles
tools/make_specfiles
+1
-0
No files found.
configure
View file @
0cf2dfd9
...
@@ -1162,6 +1162,7 @@ enable_esent
...
@@ -1162,6 +1162,7 @@ enable_esent
enable_evr
enable_evr
enable_explorerframe
enable_explorerframe
enable_ext_ms_win_gdi_devcaps_l1_1_0
enable_ext_ms_win_gdi_devcaps_l1_1_0
enable_ext_ms_win_kernel32_package_current_l1_1_0
enable_faultrep
enable_faultrep
enable_fltlib
enable_fltlib
enable_fltmgr_sys
enable_fltmgr_sys
...
@@ -17916,6 +17917,7 @@ wine_fn_config_dll evr enable_evr
...
@@ -17916,6 +17917,7 @@ wine_fn_config_dll evr enable_evr
wine_fn_config_dll explorerframe enable_explorerframe clean
wine_fn_config_dll explorerframe enable_explorerframe clean
wine_fn_config_test dlls/explorerframe/tests explorerframe_test
wine_fn_config_test dlls/explorerframe/tests explorerframe_test
wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
wine_fn_config_dll ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
wine_fn_config_dll faultrep enable_faultrep implib
wine_fn_config_dll faultrep enable_faultrep implib
wine_fn_config_test dlls/faultrep/tests faultrep_test
wine_fn_config_test dlls/faultrep/tests faultrep_test
wine_fn_config_dll fltlib enable_fltlib
wine_fn_config_dll fltlib enable_fltlib
...
...
configure.ac
View file @
0cf2dfd9
...
@@ -3004,6 +3004,7 @@ WINE_CONFIG_DLL(evr)
...
@@ -3004,6 +3004,7 @@ WINE_CONFIG_DLL(evr)
WINE_CONFIG_DLL(explorerframe,,[clean])
WINE_CONFIG_DLL(explorerframe,,[clean])
WINE_CONFIG_TEST(dlls/explorerframe/tests)
WINE_CONFIG_TEST(dlls/explorerframe/tests)
WINE_CONFIG_DLL(ext-ms-win-gdi-devcaps-l1-1-0)
WINE_CONFIG_DLL(ext-ms-win-gdi-devcaps-l1-1-0)
WINE_CONFIG_DLL(ext-ms-win-kernel32-package-current-l1-1-0)
WINE_CONFIG_DLL(faultrep,,[implib])
WINE_CONFIG_DLL(faultrep,,[implib])
WINE_CONFIG_TEST(dlls/faultrep/tests)
WINE_CONFIG_TEST(dlls/faultrep/tests)
WINE_CONFIG_DLL(fltlib)
WINE_CONFIG_DLL(fltlib)
...
...
dlls/ext-ms-win-kernel32-package-current-l1-1-0/Makefile.in
0 → 100644
View file @
0cf2dfd9
MODULE
=
ext-ms-win-kernel32-package-current-l1-1-0.dll
dlls/ext-ms-win-kernel32-package-current-l1-1-0/ext-ms-win-kernel32-package-current-l1-1-0.spec
0 → 100644
View file @
0cf2dfd9
@ stdcall GetCurrentPackageId(ptr ptr) kernel32.GetCurrentPackageId
@ stub GetCurrentPackageInfo
tools/make_specfiles
View file @
0cf2dfd9
...
@@ -212,6 +212,7 @@ my @dll_groups =
...
@@ -212,6 +212,7 @@ my @dll_groups =
"api-ms-win-core-xstate-l2-1-0"
,
"api-ms-win-core-xstate-l2-1-0"
,
"api-ms-win-core-errorhandling-l1-1-2"
,
"api-ms-win-core-errorhandling-l1-1-2"
,
"api-ms-win-core-util-l1-1-0"
,
"api-ms-win-core-util-l1-1-0"
,
"ext-ms-win-kernel32-package-current-l1-1-0"
,
],
],
[
[
"kernel32"
,
"kernel32"
,
...
...
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