hal: Fake this dll using generic version information.

Saulius Krasuckas saulius.krasuckas at ieee.org
Thu May 31 11:09:29 CDT 2007


That lets Win2000 version MS Jet 4.0 updater to succeed (bug 6085).

---
 dlls/hal/Makefile.in |    2 ++
 dlls/hal/version.rc  |   19 +++++++++++++++++++
 tools/wine.inf       |    1 +
 3 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100644 dlls/hal/version.rc

diff --git a/dlls/hal/Makefile.in b/dlls/hal/Makefile.in
index b382cff..d7984b6 100644
--- a/dlls/hal/Makefile.in
+++ b/dlls/hal/Makefile.in
@@ -5,6 +5,8 @@ VPATH     = @srcdir@
 MODULE    = hal.dll
 IMPORTS   = kernel32 ntdll
 
+RC_SRCS = version.rc
+
 @MAKE_DLL_RULES@
 
 @DEPENDENCIES@  # everything below this line is overwritten by make depend
diff --git a/dlls/hal/version.rc b/dlls/hal/version.rc
new file mode 100644
index 0000000..925b887
--- /dev/null
+++ b/dlls/hal/version.rc
@@ -0,0 +1,19 @@
+/*
+ * Copyright (c) 2007 Saulius Krasuckas
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "wine/wine_common_ver.rc"
diff --git a/tools/wine.inf b/tools/wine.inf
index 9a71005..a8649de 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -2176,6 +2176,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
 11,,dsound.dll
 11,,dsound.vxd
 11,,gdi32.dll
+11,,hal.dll
 11,,hhctrl.ocx
 11,,imaadp32.acm
 11,,imagehlp.dll
-- 
1.5.0.6



More information about the wine-patches mailing list