wine.inf: Add printing section for local port monitor.
This commit is contained in:
parent
919ee6b699
commit
8a8a54877e
|
@ -42,6 +42,7 @@ AddReg=\
|
|||
Misc,\
|
||||
Nls,\
|
||||
OLE,\
|
||||
Printing,\
|
||||
Tapi,\
|
||||
Timezones
|
||||
|
||||
|
@ -62,6 +63,7 @@ AddReg=\
|
|||
Misc,\
|
||||
Nls,\
|
||||
OLE,\
|
||||
Printing,\
|
||||
Tapi,\
|
||||
Timezones,\
|
||||
VersionInfo
|
||||
|
@ -609,6 +611,9 @@ HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00030404",,"9"
|
|||
HKLM,"Software\Microsoft\OLE","EnableDCOM",,"Y"
|
||||
HKLM,"Software\Microsoft\OLE","EnableRemoteConnect",,"N"
|
||||
|
||||
[Printing]
|
||||
HKLM,%Control%\Print\Monitors\Local Port,"Driver",2,"localspl.dll"
|
||||
|
||||
[Tapi]
|
||||
HKLM,%CurrentVersion%\Telephony,"Perf1",0x10001,0x5045524a
|
||||
HKLM,%CurrentVersion%\Telephony,"Perf2",0x10001,0x50455246
|
||||
|
|
Loading…
Reference in New Issue