wine.inf: Some dlls need to be registered before the others.
This commit is contained in:
parent
9c657b26af
commit
75b7ddaa3c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue