-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
Windows doesn't have a pid_t type, but uses DWORD. pid_t is signed, DWORD is unsigned. This leads to some risky casts around the codebase.