mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
AK: Define pid_t on Windows
This commit is contained in:
parent
61d52c8a3f
commit
ddd15e96b6
Notes:
github-actions[bot]
2024-11-19 22:28:41 +00:00
Author: https://github.com/stasoid Commit: https://github.com/LadybirdBrowser/ladybird/commit/ddd15e96b63 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2377 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ using __ptrdiff_t = __PTRDIFF_TYPE__;
|
|||
# if defined(AK_OS_WINDOWS)
|
||||
using ssize_t = AK::Detail::MakeSigned<size_t>;
|
||||
using mode_t = unsigned short;
|
||||
using pid_t = int;
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue