* include/stdint.h: Include _mingw.h for the definition of __int64 when _WIN64 is defined.
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
|
||||
#ifndef _STDINT_H
|
||||
#define _STDINT_H
|
||||
#include <_mingw.h>
|
||||
#define __need_wint_t
|
||||
#define __need_wchar_t
|
||||
#include <stddef.h>
|
||||
|
Reference in New Issue
Block a user