difxapi: Add stub dll.

oldstable
André Hentschel 2013-05-20 01:55:43 +02:00 committed by Alexandre Julliard
parent 361057501f
commit 124d5a879d
4 changed files with 15 additions and 0 deletions

1
configure vendored
View File

@ -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

View File

@ -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])

View File

@ -0,0 +1,3 @@
MODULE = difxapi.dll
@MAKE_DLL_RULES@

View File

@ -0,0 +1,10 @@
@ stub DIFXAPISetLogCallbackA
@ stub DIFXAPISetLogCallbackW
@ stub DriverPackageGetPathA
@ stub DriverPackageGetPathW
@ stub DriverPackageInstallA
@ stub DriverPackageInstallW
@ stub DriverPackagePreinstallA
@ stub DriverPackagePreinstallW
@ stub DriverPackageUninstallA
@ stub DriverPackageUninstallW