difxapi: Add new stub dll

André Hentschel nerv at dawncrow.de
Sun May 19 18:55:43 CDT 2013


For Intel Beacon Mountain 0.5
---
 configure.ac              |  1 +
 dlls/difxapi/Makefile.in  |  3 +++
 dlls/difxapi/difxapi.spec | 10 ++++++++++
 3 files changed, 14 insertions(+)
 create mode 100644 dlls/difxapi/Makefile.in
 create mode 100644 dlls/difxapi/difxapi.spec

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
+
+ at 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
-- 
1.8.1.2



More information about the wine-patches mailing list