You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sdl/VisualC-GDK/tests
Sam Lantinga a90ad3b0e2 Removed SDL_bool in favor of plain bool
We require stdbool.h in the build environment, so we might as well use the plain bool type.

If your environment doesn't have stdbool.h, this simple replacement will suffice:
typedef signed char bool;
2 months ago
..
testcontroller msbuild: add TreatWarningAsError property, and enable it on ci 4 months ago
testgdk Removed SDL_bool in favor of plain bool 2 months ago
testsprite msbuild: add TreatWarningAsError property, and enable it on ci 4 months ago