Zaggy1024
|
8eda26c5cf
|
LibCore+Everywhere: Make Windows's System::ioctl consistent with POSIX
Passing the option by value on Windows where it's a pointer on all
other platforms seems like it may cause some unnecessary ifdef soup.
|
2026-01-19 06:53:29 -05:00 |
|
Andreas Kling
|
b8357bc190
|
LibCore: Remove unused LocalServer constructor parameter
|
2025-08-11 16:55:25 +02:00 |
|
Andreas Kling
|
ecf0395c27
|
LibCore: Stop parenting notifiers
There's no need to participate in the ancient EventReceiver parent/child
ownership scheme here. Notifiers are already owned by RefPtrs anyway.
|
2025-08-11 16:55:25 +02:00 |
|
ayeteadoe
|
d236e1a509
|
LibCore: Implement LocalServer on Windows
|
2025-08-06 20:24:38 -06:00 |
|