wine.inf: also install winhlp32 into \windows\system32

Damjan Jovanovic damjan.jov at gmail.com
Tue Jun 8 14:42:24 CDT 2010


Changelog:
* wine.inf: also install winhlp32 into \windows\system32

The .hlp file open handler expects to find it there, and Windows also
has it in both places.

Damjan Jovanovic
-------------- next part --------------
diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index a8b3e6b..8a1a871 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -2549,6 +2549,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
 11,,ddhelp.exe
 11,,dosx.exe
 11,,dsound.vxd
+11,,winhlp32.exe
 
 ; Wow64-only fake dlls
 [FakeDllsWow64]


More information about the wine-patches mailing list