WebRTC build fix patches incorrectly defining pid_t
PIDs on Windows are always DWORD (even on 64 bit) which is an unsigned 32 bit integer. The current patches incorrectly set them to either int32_t or int64_t.
PIDs on Windows are always DWORD (even on 64 bit) which is an unsigned 32 bit integer. The current patches incorrectly set them to either int32_t or int64_t.