Module: wine Branch: master Commit: 981f31bedf5090393b50733c09e035ddba74f934 URL: http://source.winehq.org/git/wine.git/?a=commit;h=981f31bedf5090393b50733c09...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Apr 24 13:53:33 2008 +0200
wine.inf: Fix the service type of the spooler service.
---
tools/wine.inf.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/wine.inf.in b/tools/wine.inf.in index e2057ad..5a610d4 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in @@ -2682,7 +2682,7 @@ ErrorControl=1 Description="Loads files to memory for later printing" DisplayName="Print Spooler" ServiceBinary="%11%\spoolsv.exe" -ServiceType=1 +ServiceType=0x110 StartType=4 ErrorControl=1 LoadOrderGroup="SpoolerGroup"