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
3923c550
Commit
3923c550
authored
Dec 09, 2014
by
Martin Storsjo
Committed by
Alexandre Julliard
Dec 09, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
combase: Add stub dll.
parent
5f395ee8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/combase/Makefile.in
+1
-0
combase.spec
dlls/combase/combase.spec
+0
-0
make_specfiles
tools/make_specfiles
+1
-0
No files found.
configure
View file @
3923c550
...
...
@@ -935,6 +935,7 @@ enable_capi2032
enable_cards
enable_cfgmgr32
enable_clusapi
enable_combase
enable_comcat
enable_comctl32
enable_comdlg32
...
...
@@ -16903,6 +16904,7 @@ wine_fn_config_dll capi2032 enable_capi2032 implib
wine_fn_config_dll cards enable_cards implib
wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
wine_fn_config_dll clusapi enable_clusapi implib
wine_fn_config_dll combase enable_combase
wine_fn_config_dll comcat enable_comcat
wine_fn_config_test dlls/comcat/tests comcat_test
wine_fn_config_dll comctl32 enable_comctl32 implib,po
...
...
configure.ac
View file @
3923c550
...
...
@@ -2757,6 +2757,7 @@ WINE_CONFIG_DLL(capi2032,,[implib])
WINE_CONFIG_DLL(cards,,[implib])
WINE_CONFIG_DLL(cfgmgr32,,[implib])
WINE_CONFIG_DLL(clusapi,,[implib])
WINE_CONFIG_DLL(combase)
WINE_CONFIG_DLL(comcat)
WINE_CONFIG_TEST(dlls/comcat/tests)
WINE_CONFIG_DLL(comctl32,,[implib,po])
...
...
dlls/combase/Makefile.in
0 → 100644
View file @
3923c550
MODULE
=
combase.dll
dlls/combase/combase.spec
0 → 100644
View file @
3923c550
This diff is collapsed.
Click to expand it.
tools/make_specfiles
View file @
3923c550
...
...
@@ -172,6 +172,7 @@ my @dll_groups =
"ole32"
,
"api-ms-win-downlevel-ole32-l1-1-0"
,
"api-ms-win-core-com-l1-1-0"
,
"combase"
,
],
[
"shell32"
,
...
...
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