• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

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>.

変更サマリ

差分

--- a/mingwrt/ChangeLog
+++ b/mingwrt/ChangeLog
@@ -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+
18 2011-11-30 Ozkan Sezer <sezero@users.sourceforge.net>
29
310 Correct prototypes for _wfindfirst()/_wfindnext() function family.
--- a/mingwrt/include/stdint.h
+++ b/mingwrt/include/stdint.h
@@ -19,6 +19,7 @@
1919
2020 #ifndef _STDINT_H
2121 #define _STDINT_H
22+#include <_mingw.h>
2223 #define __need_wint_t
2324 #define __need_wchar_t
2425 #include <stddef.h>