[dsound-01] register IDirectSound8 Class Factory

Raphaël Junqueira fenix at club-internet.fr
Mon May 26 14:11:08 CDT 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

 Changelog:
   - register correctly CLSID_DirectSound8 into winedefault.reg else 
IDirectSound8 class factory will never be declared. With this Hitman2 begin 
to run (if i desactive dsound else it freeze)

Regards,
Raphael
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+0mbPp7NA3AmQTU4RApaTAJ9MHR5azlmigIKTZBCD9a6dz4v54wCcCxUF
abt+CwbCki+9fziczxjREV8=
=2ps7
-----END PGP SIGNATURE-----
-------------- next part --------------
Index: winedefault.reg
===================================================================
RCS file: /home/wine/wine/winedefault.reg,v
retrieving revision 1.69
diff -u -r1.69 winedefault.reg
--- winedefault.reg	2 May 2003 21:21:58 -0000	1.69
+++ winedefault.reg	26 May 2003 19:09:46 -0000
@@ -2026,6 +2026,12 @@
 @="dsound.dll"
 "ThreadingModel"="Both"
 
+[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{3901cc3f-84b5-4fa4-ba35-aa8172b8a09b}]
+@="DirectSound Object"
+
+[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{3901cc3f-84b5-4fa4-ba35-aa8172b8a09b}\InprocServer32]
+@="dsound.dll"
+"ThreadingModel"="Both"
 
 
 #


More information about the wine-patches mailing list