mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 09:31:14 +00:00
- Missing formatting macro definitions for MinGW.
This commit is contained in:
parent
2c5e37499d
commit
354388f224
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include <stddef.h>
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "version.h"
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "i_system.h"
|
||||
|
|
Loading…
Reference in a new issue