* include/stdint.h: Include _mingw.h for the definition of __int64 when _WIN64 is defined.
This commit is contained in:
parent
7d8b0c8447
commit
6e5de03578
@ -1,3 +1,8 @@
|
|||||||
|
2012-07-30 Earnie Boyd <earnie@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/stdint.h: Include _mingw.h for the definition of __int64 when
|
||||||
|
_WIN64 is defined.
|
||||||
|
|
||||||
2012-05-08 Keith Marshall <keithmarshall@users.sourceforge.net>
|
2012-05-08 Keith Marshall <keithmarshall@users.sourceforge.net>
|
||||||
|
|
||||||
Remove references to nonexistent files.
|
Remove references to nonexistent files.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
#ifndef _STDINT_H
|
#ifndef _STDINT_H
|
||||||
#define _STDINT_H
|
#define _STDINT_H
|
||||||
|
#include <_mingw.h>
|
||||||
#define __need_wint_t
|
#define __need_wint_t
|
||||||
#define __need_wchar_t
|
#define __need_wchar_t
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user