Nicolas Le Cam : wine.inf: Define the Win64 DefaultInstall.Services section .

Alexandre Julliard julliard at winehq.org
Mon Mar 15 12:19:31 CDT 2010


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

Author: Nicolas Le Cam <niko.lecam at gmail.com>
Date:   Mon Mar  8 22:26:29 2010 +0100

wine.inf: Define the Win64 DefaultInstall.Services section.

---

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

diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index 1dc6632..9c9721a 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -111,6 +111,11 @@ AddService=MountMgr,0x800,MountMgrService
 AddService=Spooler,0,SpoolerService
 AddService=TermService,0,TerminalServices
 
+[DefaultInstall.ntamd64.Services]
+AddService=MountMgr,0x800,MountMgrService
+AddService=Spooler,0,SpoolerService
+AddService=TermService,0,TerminalServices
+
 [Strings]
 MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
 Mci32Str="Software\Microsoft\Windows NT\CurrentVersion\MCI32"




More information about the wine-cvs mailing list