Add comments so we know why we are not self-registering some dlls.

Francois Gouget fgouget at free.fr
Thu Oct 12 19:18:11 CDT 2006


Don't self-register dlls that only have a DllRegisterServer() stub.
Register objsel.dll.
---

Not commenting out wintrust.dll this time. Sorry.


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

diff --git a/tools/wine.inf b/tools/wine.inf
index 11cfe3b..8a37b1f 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -2090,14 +2090,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
@@ -2108,10 +2111,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
@@ -2120,14 +2124,23 @@ HKLM,%CurrentVersion%\Telephony\Country 
 11,,mshtml.dll,1
 11,,msi.dll,1
 11,,msiexec.exe,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
+; Don't register pstorec.dll because it does not register anything
 11,,qcap.dll,1
 11,,quartz.dll,1
+; Don't register query.dll because it does not register anything
+;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
 
-- 
1.4.1.1




More information about the wine-patches mailing list