Added uint typedef under windows

This commit is contained in:
Marcus Minhorst 2025-07-18 23:16:50 -04:00 committed by Ricardo Luís Vaz Silva
commit 30cc12912b

View file

@ -25,6 +25,10 @@ typedef int32_t fixed_t;
typedef uint32_t angle_t;
#ifdef _WIN32
typedef unsigned int uint;
#endif
#if defined(__GNUC__)
// With versions of GCC newer than 4.2, it appears it was determined that the
// cost of an unaligned pointer on PPC was high enough to add padding to the