Sam Lantinga 039148fb0e Updated check for stdbool.h
If you're building in a C99 or newer environment, we'll automatically include stdbool.h.

If you're building in a C89 or C90 environment, we'll assume that stdbool.h isn't available and define bool as an unsigned char. If you have a working stdbool.h and want SDL to use it, you can either include stdbool.h before SDL headers, or define SDL_INCLUDE_STDBOOL_H in your project.

Closes https://github.com/libsdl-org/SDL/pull/10980
2024-09-28 16:55:09 -07:00
..
2024-09-26 20:01:56 +03:00
2024-09-25 23:59:35 +02:00
2024-09-25 23:59:35 +02:00
2024-09-26 20:01:56 +03:00
2024-09-28 16:55:09 -07:00
2024-09-18 13:20:53 -07:00
2024-09-27 08:10:03 -07:00
2024-08-22 13:30:02 -07:00
2024-08-22 13:30:02 -07:00
2024-09-18 08:32:30 -07:00