Skip to content

Commit b3bd638

Browse files
committed
Add __TINYC__ check required for tcc compilation
1 parent b21d5be commit b3bd638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SDL_gpu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ extern "C" {
6969
#define SDL_GPU_BITNESS 32
7070
#endif
7171
#define SDL_GPU_LONG_SIZE 4
72-
#elif defined(__clang__) || defined(__INTEL_COMPILER) || defined(__GNUC__)
72+
#elif defined(__clang__) || defined(__INTEL_COMPILER) || defined(__GNUC__) || defined(__TINYC__)
7373
#if defined(__x86_64)
7474
#define SDL_GPU_BITNESS 64
7575
#else

0 commit comments

Comments
 (0)