[Webkit-unassigned] [Bug 249120] [Win] REGRESSION(257142 at main): debug logs aren't output to the debug console because HAVE_ISDEBUGGERPRESENT macro isn't defined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 11 21:30:25 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=249120

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
> check_symbol_exists(IsDebuggerPresent debugapi.h var1)
This doesn't find it.

> check_symbol_exists(IsDebuggerPresent windows.h var1)
This finds it.

In debugapi.h, IsDebuggerPresent is guarded by a condition:

> #if (_WIN32_WINNT >= 0x0400) || (_WIN32_WINDOWS > 0x0400)
> WINBASEAPI
> BOOL
> WINAPI
> IsDebuggerPresent(
>     VOID
>     );
> 
> #endif

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221212/a6c289cf/attachment.htm>


More information about the webkit-unassigned mailing list