google / googletest

GoogleTest - Google Testing and Mocking Framework
https://google.github.io/googletest/
BSD 3-Clause "New" or "Revised" License
33.71k stars 9.98k forks source link

Add support for compiling GoogleTest for Xbox #4505

Closed to01z closed 3 months ago

to01z commented 3 months ago

Support for Xbox platforms, requires the code to support compilation with the WINAPI_FAMILY_GAMES subset of the Win32 API.

Misc fixes:

Fixes #4500

to01z commented 3 months ago

I am not sure that check fail on Windows has anything to do with my changes. It looks like it is failing the same way in main (and has been since beginning of Dec 2023).