Richard Pospesel pushed to branch base-browser-102.9.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits: 45a8e3b9 by Pier Angelo Vendrame at 2023-03-14T17:34:26+01:00 fixup! Bug 41459: WebRTC fails to build under mingw (Part 3)
Fix build error
- - - - -
1 changed file:
- third_party/sipcc/cpr_win_types.h
Changes:
===================================== third_party/sipcc/cpr_win_types.h ===================================== @@ -48,6 +48,7 @@ typedef int32_t ssize_t; #else typedef int64_t ssize_t; #endif +#endif
/* * Define pid_t for MSVC builds
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/45a8e3b9...