Alexandre Julliard : wine.inf: Some dlls need to be registered before the others.

Alexandre Julliard julliard at winehq.org
Thu Nov 15 07:45:04 CST 2007


Module: wine
Branch: master
Commit: 75b7ddaa3ca61f3511cc173eaf01d6ebe3deb476
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=75b7ddaa3ca61f3511cc173eaf01d6ebe3deb476

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Nov 15 11:30:15 2007 +0100

wine.inf: Some dlls need to be registered before the others.

---

 tools/wine.inf |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/tools/wine.inf b/tools/wine.inf
index 338dbd2..36f9847 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -2148,6 +2148,11 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"Name",,"Uzbekistan"
 HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
 
 [RegisterDllsSection]
+;;some dlls have to be registered first
+11,,ole32.dll,1
+11,,oleaut32.dll,1
+11,,shell32.dll,1
+
 11,,amstream.dll,1
 11,,atl.dll,1
 11,,avifil32.dll,1
@@ -2187,13 +2192,10 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
 11,,msimtf.dll,1
 11,,msxml3.dll,1
 11,,objsel.dll,1
-11,,ole32.dll,1
-11,,oleaut32.dll,1
 11,,qcap.dll,1
 11,,quartz.dll,1
 11,,rsaenh.dll,1
 11,,shdocvw.dll,1
-11,,shell32.dll,1
 11,,urlmon.dll,1
 11,,wintrust.dll,1
 




More information about the wine-cvs mailing list