GitLab has been upgraded GitLab 16, please report any issues!
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.