Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zsolt Vadász
wine
Commits
124d5a87
Commit
124d5a87
authored
11 years ago
by
André Zwing
Committed by
Alexandre Julliard
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
difxapi: Add stub dll.
parent
36105750
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
configure
+1
-0
1 addition, 0 deletions
configure
configure.ac
+1
-0
1 addition, 0 deletions
configure.ac
dlls/difxapi/Makefile.in
+3
-0
3 additions, 0 deletions
dlls/difxapi/Makefile.in
dlls/difxapi/difxapi.spec
+10
-0
10 additions, 0 deletions
dlls/difxapi/difxapi.spec
with
15 additions
and
0 deletions
configure
+
1
−
0
View file @
124d5a87
...
...
@@ -15806,6 +15806,7 @@ wine_fn_config_test dlls/ddrawex/tests ddrawex_test
wine_fn_config_dll devenum enable_devenum po
wine_fn_config_test dlls/devenum/tests devenum_test
wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
wine_fn_config_dll difxapi enable_difxapi
wine_fn_config_dll dinput enable_dinput implib,po,staticimplib
wine_fn_config_test dlls/dinput/tests dinput_test
wine_fn_config_dll dinput8 enable_dinput8 implib
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
0
View file @
124d5a87
...
...
@@ -2701,6 +2701,7 @@ WINE_CONFIG_TEST(dlls/ddrawex/tests)
WINE_CONFIG_DLL(devenum,,[po])
WINE_CONFIG_TEST(dlls/devenum/tests)
WINE_CONFIG_DLL(dhcpcsvc)
WINE_CONFIG_DLL(difxapi)
WINE_CONFIG_DLL(dinput,,[implib,po,staticimplib])
WINE_CONFIG_TEST(dlls/dinput/tests)
WINE_CONFIG_DLL(dinput8,,[implib])
...
...
This diff is collapsed.
Click to expand it.
dlls/difxapi/Makefile.in
0 → 100644
+
3
−
0
View file @
124d5a87
MODULE
=
difxapi.dll
@MAKE_DLL_RULES@
This diff is collapsed.
Click to expand it.
dlls/difxapi/difxapi.spec
0 → 100644
+
10
−
0
View file @
124d5a87
@ stub DIFXAPISetLogCallbackA
@ stub DIFXAPISetLogCallbackW
@ stub DriverPackageGetPathA
@ stub DriverPackageGetPathW
@ stub DriverPackageInstallA
@ stub DriverPackageInstallW
@ stub DriverPackagePreinstallA
@ stub DriverPackagePreinstallW
@ stub DriverPackageUninstallA
@ stub DriverPackageUninstallW
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment