RESOLVED FIXED 255199
Add WTF::exitProcess and WTF::terminateProcess
https://bugs.webkit.org/show_bug.cgi?id=255199
Summary Add WTF::exitProcess and WTF::terminateProcess
Yusuke Suzuki
Reported 2023-04-08 21:57:39 PDT
...
Attachments
Radar WebKit Bug Importer
Comment 1 2023-04-08 21:58:15 PDT
Yusuke Suzuki
Comment 2 2023-04-08 22:01:55 PDT
EWS
Comment 3 2023-04-09 15:56:21 PDT
Committed 262760@main (009188ebcbd7): <https://commits.webkit.org/262760@main> Reviewed commits have been landed. Closing PR #12551 and removing active labels.
Fujii Hironori
Comment 4 2023-04-09 21:58:08 PDT
Unfortunately, Process.h is conflicting with process.h on Windows. 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
Fujii Hironori
Comment 5 2023-04-09 22:04:02 PDT
See also: Bug 193944 – [Win] WebCore/platform/Process.h is conflicting with process.h
Fujii Hironori
Comment 6 2023-04-09 22:34:35 PDT
Regressed: Bug 255214 – wtf/Process.h is conflicting with process.h on Windows
Note You need to log in before you can comment on or make changes to this bug.