mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- Missing formatting macro definitions for MinGW.
This commit is contained in:
parent
703d2bc0cd
commit
d8a1d1b89c
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include <stddef.h>
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "version.h"
|
||||
|
|
Loading…
Reference in a new issue