mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 08:36:19 -05:00
Define _GNU_SOURCE when building SDL
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user