kernel32: Default to auto-debug if the AeDebug key is missing.

Francois Gouget fgouget at codeweavers.com
Mon Apr 2 12:19:44 CDT 2007


---
We already default to auto-debug if the "Auto" value is missing. This 
makes things more consistent and makes it easier to debug issues that 
happen when running wine.inf to create the ~/.wine directory.

 dlls/kernel32/except.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/kernel32/except.c b/dlls/kernel32/except.c
index fb2a5d5..47c9f52 100644
--- a/dlls/kernel32/except.c
+++ b/dlls/kernel32/except.c
@@ -263,6 +263,7 @@ static BOOL	start_debugger(PEXCEPTION_POINTERS epointers, HANDLE hEvent)
 
        NtClose(hDbgConf);
     }
+    else bAuto = TRUE;
 
     if (format)
     {
-- 
1.4.4.4




More information about the wine-patches mailing list