* include/inttypes.h: Include _mingw.h.
This commit is contained in:
parent
8852e9c5f1
commit
f610c4f993
@ -1,4 +1,8 @@
|
|||||||
2003-07-24 Danny Smith <dannysmith@users.sourceforge.net>
|
2003-09-24 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/inttypes.h: Include _mingw.h.
|
||||||
|
|
||||||
|
2003-09-24 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/_mingw.h (__CRT_INLINE): Define.
|
* include/_mingw.h (__CRT_INLINE): Define.
|
||||||
* include/ctype.h: Replace 'extern inline' with __CRT_INLINE,
|
* include/ctype.h: Replace 'extern inline' with __CRT_INLINE,
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
#ifndef _INTTYPES_H_
|
#ifndef _INTTYPES_H_
|
||||||
#define _INTTYPES_H_
|
#define _INTTYPES_H_
|
||||||
|
|
||||||
|
#include <_mingw.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#define __need_wchar_t
|
#define __need_wchar_t
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user