wmp: add HKLM\\Software\\Microsoft\\Multimedia\\WMPlayer\\Extensions key (try 2)

Austin English austinenglish at gmail.com
Tue Apr 8 05:16:02 CDT 2014


Try 2: move from loader/wine.inf into dlls/wmp/wmp.rgs

-- 
-Austin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140408/aea83a30/attachment.html>
-------------- next part --------------
diff --git a/dlls/wmp/wmp.rgs b/dlls/wmp/wmp.rgs
index fa40fa7..3b9e950 100644
--- a/dlls/wmp/wmp.rgs
+++ b/dlls/wmp/wmp.rgs
@@ -18,3 +18,20 @@ HKCR
         Insertable
     }
 }
+
+HKLM
+{
+    'SOFTWARE'
+    {
+        'Microsoft'
+        {
+            'Multimedia'
+            {
+                'WMPlayer'
+                {
+                    'Extensions'
+                }
+            }
+        }
+    }
+}
\ No newline at end of file


More information about the wine-patches mailing list