Fixed atl.rgs

Jacek Caban jack at itma.pwr.wroc.pl
Thu Mar 17 15:51:00 CST 2005


Sorry for this stiupid bug.

Changelog:
    Fixed atl.rgs
-------------- next part --------------
Index: dlls/atl/atl.rgs
===================================================================
RCS file: /home/wine/wine/dlls/atl/atl.rgs,v
retrieving revision 1.1
diff -u -p -r1.1 atl.rgs
--- dlls/atl/atl.rgs	16 Mar 2005 19:53:41 -0000	1.1
+++ dlls/atl/atl.rgs	17 Mar 2005 21:41:58 -0000
@@ -8,9 +8,9 @@ HKCR
         ForceRemove '%CLSID_ATLRegistrar%' = s 'Registrar Class'
         {
             ProgID = s 'ATL.Registrar'
-            InprocServer = s '%MODULE%'
+            InprocServer32 = s '%MODULE%'
             {
-               ThreadingModel = s 'Both' 
+               val ThreadingModel = s 'Both' 
             }
         }
     }


More information about the wine-patches mailing list