The MinGW.org Windows System Libraries
リビジョン | b0dee9302554e05db1f546bab0ecfba11c5fa13e (tree) |
---|---|
日時 | 2012-07-30 23:22:28 |
作者 | Earnie Boyd <earnie@user...> |
コミッター | Earnie Boyd |
Correct missing inclusion of <_mingw.h>.
@@ -1,3 +1,10 @@ | ||
1 | +2012-07-30 Earnie Boyd <earnie@users.sourceforge.net> | |
2 | + | |
3 | + Correct missing inclusion of <_mingw.h>. | |
4 | + | |
5 | + * include/stdint.h: Add omitted #include; all mingwrt headers are | |
6 | + expected to include this; it is required to define __int64. | |
7 | + | |
1 | 8 | 2011-11-30 Ozkan Sezer <sezero@users.sourceforge.net> |
2 | 9 | |
3 | 10 | Correct prototypes for _wfindfirst()/_wfindnext() function family. |
@@ -19,6 +19,7 @@ | ||
19 | 19 | |
20 | 20 | #ifndef _STDINT_H |
21 | 21 | #define _STDINT_H |
22 | +#include <_mingw.h> | |
22 | 23 | #define __need_wint_t |
23 | 24 | #define __need_wchar_t |
24 | 25 | #include <stddef.h> |