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
6bb42462
Commit
6bb42462
authored
Feb 04, 2014
by
Martin Storsjo
Committed by
Alexandre Julliard
Feb 04, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ext-ms-win-gdi-devcaps-l1-1-0: Add stub dll.
parent
c2df36df
Show 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-devcaps-l1-1-0/Makefile.in
+1
-0
ext-ms-win-gdi-devcaps-l1-1-0.spec
...win-gdi-devcaps-l1-1-0/ext-ms-win-gdi-devcaps-l1-1-0.spec
+1
-0
make_specfiles
tools/make_specfiles
+4
-0
No files found.
configure
View file @
6bb42462
...
...
@@ -996,6 +996,7 @@ enable_dwrite
enable_dxdiagn
enable_dxgi
enable_explorerframe
enable_ext_ms_win_gdi_devcaps_l1_1_0
enable_faultrep
enable_fltlib
enable_fusion
...
...
@@ -16780,6 +16781,7 @@ wine_fn_config_test dlls/dxgi/tests dxgi_test
wine_fn_config_lib dxguid
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-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
wine_fn_config_dll faultrep enable_faultrep implib
wine_fn_config_test dlls/faultrep/tests faultrep_test
wine_fn_config_dll fltlib enable_fltlib
...
...
configure.ac
View file @
6bb42462
...
...
@@ -2822,6 +2822,7 @@ WINE_CONFIG_TEST(dlls/dxgi/tests)
WINE_CONFIG_LIB(dxguid)
WINE_CONFIG_DLL(explorerframe,,[clean])
WINE_CONFIG_TEST(dlls/explorerframe/tests)
WINE_CONFIG_DLL(ext-ms-win-gdi-devcaps-l1-1-0)
WINE_CONFIG_DLL(faultrep,,[implib])
WINE_CONFIG_TEST(dlls/faultrep/tests)
WINE_CONFIG_DLL(fltlib)
...
...
dlls/ext-ms-win-gdi-devcaps-l1-1-0/Makefile.in
0 → 100644
View file @
6bb42462
MODULE
=
ext-ms-win-gdi-devcaps-l1-1-0.dll
dlls/ext-ms-win-gdi-devcaps-l1-1-0/ext-ms-win-gdi-devcaps-l1-1-0.spec
0 → 100644
View file @
6bb42462
@ stdcall GetDeviceCaps(long long) gdi32.GetDeviceCaps
tools/make_specfiles
View file @
6bb42462
...
...
@@ -172,6 +172,10 @@ my @dll_groups =
"ntdll"
,
"ntoskrnl.exe"
],
[
"gdi32"
,
"ext-ms-win-gdi-devcaps-l1-1-0"
,
],
);
my
$update_flags
=
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