[Bug 7065] Get SecuROM copy-protection working

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Aug 21 17:43:43 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=7065





--- Comment #17 from Luke Bratch <l_bratch at 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.



More information about the wine-bugs mailing list