[DShow] Fix for the register file

Lionel Ulmer lionel.ulmer at free.fr
Sun Jun 15 06:06:27 CDT 2003


This patch should fix the issue...

Changelog:
 - fix the FilterGraph CLSID declaration

-- 
		 Lionel Ulmer - http://www.bbrox.org/
-------------- next part --------------
Index: winedefault.reg
===================================================================
RCS file: /home/wine/wine/winedefault.reg,v
retrieving revision 1.72
diff -u -r1.72 winedefault.reg
--- winedefault.reg	13 Jun 2003 18:06:44 -0000	1.72
+++ winedefault.reg	15 Jun 2003 11:03:33 -0000
@@ -4009,9 +4009,9 @@
 #
 # Entries for DirectShow
 #
-[Software\\CLASSES\\CLSID\\{E436EBB3-524F-11CE-9F53-0020AF0BA770}] 1032641842
+[HKEY_CLASSES_ROOT\CLSID\{E436EBB3-524F-11CE-9F53-0020AF0BA770}]
 @="Filter Graph"
 
-[Software\\CLASSES\\CLSID\\{E436EBB3-524F-11CE-9F53-0020AF0BA770}\\InprocServer32] 1032641842
-@="C:\\windows\\system\\quartz.dll"
+[HKEY_CLASSES_ROOT\CLSID\{E436EBB3-524F-11CE-9F53-0020AF0BA770}\InprocServer32]
+@="quartz.dll"
 "ThreadingModel"="Both"


More information about the wine-patches mailing list