* include/stdint.h: Include _mingw.h for the definition of __int64 when _WIN64 is defined.

This commit is contained in:
Earnie Boyd 2012-07-30 14:22:28 +00:00
parent 7d8b0c8447
commit 6e5de03578
2 changed files with 6 additions and 0 deletions

View File

@ -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>
Remove references to nonexistent files.

View File

@ -19,6 +19,7 @@
#ifndef _STDINT_H
#define _STDINT_H
#include <_mingw.h>
#define __need_wint_t
#define __need_wchar_t
#include <stddef.h>