Define _GNU_SOURCE when building SDL

This commit is contained in:
Sam Lantinga 2016-11-11 13:14:00 -08:00
parent 302a6e62aa
commit 74e1dd4c6f
8 changed files with 11 additions and 24 deletions

View file

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