wine.inf: Add winemac.drv to RelayFromExclude

André Hentschel nerv at dawncrow.de
Mon Apr 1 16:34:30 CDT 2013


---
 tools/wine.inf.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
1.7.10.4



More information about the wine-patches mailing list