Explorar o código

Some setups need _GNU_SOURCE to make LLONG_MAX available (thanks, Ozkan!).

Fixes Bugzilla #2721.
Ryan C. Gordon %!s(int64=10) %!d(string=hai) anos
pai
achega
2e2b84fb32
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/test/SDL_test_fuzzer.c

+ 1 - 0
src/test/SDL_test_fuzzer.c

@@ -34,6 +34,7 @@
 #define UINT32_MAX  ~(Uint32)0
 #define UINT64_MAX  ~(Uint64)0
 #else
+#define _GNU_SOURCE
 #include <stdint.h>
 #endif
 #include <stdio.h>