Bug 255214 - wtf/Process.h is conflicting with process.h on Windows
Summary: wtf/Process.h is conflicting with process.h on Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-09 22:33 PDT by Fujii Hironori
Modified: 2023-04-09 23:08 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2023-04-09 22:33:52 PDT
wtf/Process.h is conflicting with process.h on Windows

After 262760@main (bug#255199) added wtf/Process.h, Windows port can't compile.

https://build.webkit.org/#/builders/731/builds/3786

> C:\BW\WinCairo-64-bit-Release-Build\build\Source\WTF\wtf\win\ThreadingWin.cpp(158): error C3861: '_beginthreadex': identifier not found
Comment 1 Fujii Hironori 2023-04-09 22:46:25 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12563
Comment 2 EWS 2023-04-09 23:07:37 PDT
Committed 262762@main (f0c7ad4d9de9): <https://commits.webkit.org/262762@main>

Reviewed commits have been landed. Closing PR #12563 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-04-09 23:08:18 PDT
<rdar://problem/107821266>