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
b80cd8fb
Commit
b80cd8fb
authored
Oct 26, 2016
by
Andrey Gusev
Committed by
Alexandre Julliard
Oct 26, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ext-ms-win-gdi-dc-create-l1-1-1: Add dll.
Signed-off-by:
Andrey Gusev
<
andrey.goosev@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
1ff4f043
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
0 deletions
+9
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/ext-ms-win-gdi-dc-create-l1-1-1/Makefile.in
+1
-0
ext-ms-win-gdi-dc-create-l1-1-1.spec
...gdi-dc-create-l1-1-1/ext-ms-win-gdi-dc-create-l1-1-1.spec
+4
-0
make_specfiles
tools/make_specfiles
+1
-0
No files found.
configure
View file @
b80cd8fb
...
...
@@ -1162,6 +1162,7 @@ enable_dxva2
enable_esent
enable_evr
enable_explorerframe
enable_ext_ms_win_gdi_dc_create_l1_1_1
enable_ext_ms_win_gdi_devcaps_l1_1_0
enable_ext_ms_win_kernel32_package_current_l1_1_0
enable_faultrep
...
...
@@ -17918,6 +17919,7 @@ wine_fn_config_dll esent enable_esent
wine_fn_config_dll evr enable_evr
wine_fn_config_dll explorerframe enable_explorerframe clean
wine_fn_config_test dlls/explorerframe/tests explorerframe_test
wine_fn_config_dll ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
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
...
...
configure.ac
View file @
b80cd8fb
...
...
@@ -3004,6 +3004,7 @@ WINE_CONFIG_DLL(esent)
WINE_CONFIG_DLL(evr)
WINE_CONFIG_DLL(explorerframe,,[clean])
WINE_CONFIG_TEST(dlls/explorerframe/tests)
WINE_CONFIG_DLL(ext-ms-win-gdi-dc-create-l1-1-1)
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])
...
...
dlls/ext-ms-win-gdi-dc-create-l1-1-1/Makefile.in
0 → 100644
View file @
b80cd8fb
MODULE
=
ext-ms-win-gdi-dc-create-l1-1-1.dll
dlls/ext-ms-win-gdi-dc-create-l1-1-1/ext-ms-win-gdi-dc-create-l1-1-1.spec
0 → 100644
View file @
b80cd8fb
@ stdcall CreateCompatibleDC(long) gdi32.CreateCompatibleDC
@ stdcall CreateDCW(wstr wstr wstr ptr) gdi32.CreateDCW
@ stdcall CreateICW(wstr wstr wstr ptr) gdi32.CreateICW
@ stdcall DeleteDC(long) gdi32.DeleteDC
tools/make_specfiles
View file @
b80cd8fb
...
...
@@ -284,6 +284,7 @@ my @dll_groups =
],
[
"gdi32"
,
"ext-ms-win-gdi-dc-create-l1-1-1"
,
"ext-ms-win-gdi-devcaps-l1-1-0"
,
],
[
...
...
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