Add comments so we know why we are not self-registering some dlls, which most of the time is because it is not doing anything anyway.

Francois Gouget fgouget at codeweavers.com
Thu Sep 7 12:54:30 CDT 2006


---
 tools/wine.inf |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/tools/wine.inf b/tools/wine.inf
index 24bf5c4..9805815 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -2083,14 +2083,17 @@ HKLM,%CurrentVersion%\Telephony\Country 
 HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
 
 [RegisterDllsSection]
+;11,,activeds.dll,1 FIXME: Just a stub
 11,,amstream.dll,1
 11,,atl.dll,1
 11,,avifil32.dll,1
 11,,comcat.dll,1
+;11,,cryptnet.dll,1 FIXME: Just a stub
 11,,d3dxof.dll,1
 11,,ddraw.dll,1
 11,,devenum.dll,1
 11,,dinput.dll,1
+;11,,dinput8.dll,1 FIXME: Just a stub
 11,,dmband.dll,1
 11,,dmcompos.dll,1
 11,,dmime.dll,1
@@ -2101,10 +2104,11 @@ HKLM,%CurrentVersion%\Telephony\Country 
 11,,dmusic.dll,1
 11,,dplayx.dll,1
 11,,dpnet.dll,1
+;11,,dpnhpast.dll,1 FIXME: Just a stub
 11,,dsound.dll,1
 11,,dswave.dll,1
 11,,dxdiagn.dll,1
-11,,hhctrl.ocx,1
+;11,,hhctrl.ocx,1 FIXME: Just a stub
 11,,hlink.dll,1
 11,,infosoft.dll,1
 11,,inseng.dll,1
@@ -2112,16 +2116,25 @@ HKLM,%CurrentVersion%\Telephony\Country 
 11,,mlang.dll,1
 11,,mshtml.dll,1
 11,,msi.dll,1
+;11,,msisys.ocx,1 FIXME: Just a stub
 11,,msxml3.dll,1
+11,,objsel.dll,1
 11,,ole32.dll,1
+;11,,oleacc.dll,1 FIXME: Just a stub
 11,,oleaut32.dll,1
+;11,,olepro32.dll,1 FIXME: Just a stub
+;11,,pstorec.dll,1 FIXME: Just a stub
 11,,qcap.dll,1
 11,,quartz.dll,1
+;11,,query.dll,1 FIXME: Just a stub
+;11,,rpcrt4.dll,1 FIXME: Just a stub
+; Don't register rsabase.dll because it is the same as rsaenh.dll anyway
 11,,rsaenh.dll,1
 11,,shdocvw.dll,1
 11,,shell32.dll,1
+;11,,sti.dll,1 FIXME: Just a stub
 11,,urlmon.dll,1
-11,,wintrust.dll,1
+;11,,wintrust.dll,1 FIXME: Just a stub
 
 [FakeDllsSection]
 10,,notepad.exe
-- 
1.4.1.1



More information about the wine-patches mailing list