Module: wine Branch: master Commit: 0b85eee2363bcca934489e15a000b146bb683cf4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0b85eee2363bcca934489e15a0...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Dec 20 16:40:41 2007 +0100
wine.inf: Mark the spool service as disabled, it's just a stub.
---
tools/wine.inf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/wine.inf b/tools/wine.inf index ed9bc97..c3cb89c 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -2646,7 +2646,7 @@ HKLM,"%Services%\Spooler","ErrorControl",0x10001,1 HKLM,"%Services%\Spooler","Group",,"SpoolerGroup" HKLM,"%Services%\Spooler","ImagePath",,"spoolsv.exe" HKLM,"%Services%\Spooler","ObjectName",,"LocalSystem" -HKLM,"%Services%\Spooler","Start",0x10001,2 +HKLM,"%Services%\Spooler","Start",0x10001,4 HKLM,"%Services%\Spooler","Type",0x10001,0x110 HKLM,"%Services%\MountMgr","Description",,"Device mounting service." HKLM,"%Services%\MountMgr","DisplayName",,"Mount Manager"