Module: wine Branch: master Commit: 124d5a879d24cdee9637b55e5ea32edc61509e0f URL: http://source.winehq.org/git/wine.git/?a=commit;h=124d5a879d24cdee9637b55e5e...
Author: André Hentschel nerv@dawncrow.de Date: Mon May 20 01:55:43 2013 +0200
difxapi: Add stub dll.
---
configure | 1 + configure.ac | 1 + dlls/difxapi/Makefile.in | 3 +++ dlls/difxapi/difxapi.spec | 10 ++++++++++ 4 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/configure b/configure index 9110105..333594a 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index 98b51e3..4835bf3 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/dlls/difxapi/Makefile.in b/dlls/difxapi/Makefile.in new file mode 100644 index 0000000..17ddaa2 --- /dev/null +++ b/dlls/difxapi/Makefile.in @@ -0,0 +1,3 @@ +MODULE = difxapi.dll + +@MAKE_DLL_RULES@ diff --git a/dlls/difxapi/difxapi.spec b/dlls/difxapi/difxapi.spec new file mode 100644 index 0000000..a7f6ade --- /dev/null +++ b/dlls/difxapi/difxapi.spec @@ -0,0 +1,10 @@ +@ stub DIFXAPISetLogCallbackA +@ stub DIFXAPISetLogCallbackW +@ stub DriverPackageGetPathA +@ stub DriverPackageGetPathW +@ stub DriverPackageInstallA +@ stub DriverPackageInstallW +@ stub DriverPackagePreinstallA +@ stub DriverPackagePreinstallW +@ stub DriverPackageUninstallA +@ stub DriverPackageUninstallW