Aug. 21, 2007
10:43 p.m.
http://bugs.winehq.org/show_bug.cgi?id=7065 --- Comment #17 from Luke Bratch <l_bratch(a)yahoo.co.uk> 2007-08-21 17:43:43 --- As a test I tried changing: { FIXME("(%p)->(%p): Stub!\n", process, DebuggerPresent); *DebuggerPresent = FALSE; return TRUE; } to { FIXME("(%p)->(%p): Stub!\n", process, DebuggerPresent); *DebuggerPresent = FALSE; return FALSE; } in dlls/kernel32/debugger.c, as I thought maybe it would report no debuggers running, but it gave the same error. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.