=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: wine.inf: Add winemac. drv to RelayFromExclude.

Alexandre Julliard julliard at winehq.org
Tue Apr 2 13:38:36 CDT 2013


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Apr  1 23:34:30 2013 +0200

wine.inf: Add winemac.drv to RelayFromExclude.

---

 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 84e40d2..89c6a75 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -492,7 +492,7 @@ HKLM,%CurrentVersion%,"CommonFilesDir (x86)",,"%16428%"
 HKLM,%CurrentVersionNT%\AeDebug,"Debugger",2,"winedbg --auto %ld %ld"
 HKLM,%CurrentVersionNT%\AeDebug,"Auto",2,"1"
 HKCU,Software\Wine\Debug,"RelayExclude",2,"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;kernel32.TlsGetValue;kernel32.TlsSetValue;kernel32.FlsGetValue;kernel32.FlsSetValue;kernel32.SetLastError"
-HKCU,Software\Wine\Debug,"RelayFromExclude",2,"winex11.drv;user32;gdi32;advapi32;kernel32"
+HKCU,Software\Wine\Debug,"RelayFromExclude",2,"winex11.drv;winemac.drv;user32;gdi32;advapi32;kernel32"
 
 [DirectX]
 HKLM,Software\Microsoft\DirectX,"Version",,"4.09.00.0904"




More information about the wine-cvs mailing list