• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

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

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

The MinGW.org Windows System Libraries


コミットメタ情報

リビジョン872e1c05825db324a3904f4b1af19dac02ae95ef (tree)
日時2012-09-05 04:11:51
作者Earnie Boyd <earnie@user...>
コミッターEarnie Boyd

ログメッセージ

* include/_mingw.h: Fix typo.

変更サマリ

差分

--- a/include/_mingw.h
+++ b/include/_mingw.h
@@ -40,7 +40,7 @@
4040 #error ERROR: You must use a GNU Compiler.
4141 #endif
4242
43-#if (__GNUC__ < 3 || !defined(__GNUC__MINOR__) || (__GNUC__ == 3 && __GNUC_MINOR__ < 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4 && __GNUC_PATCHLEVEL__ < 5))
43+#if (__GNUC__ < 3 || !defined(__GNUC_MINOR__) || (__GNUC__ == 3 && __GNUC_MINOR__ < 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4 && __GNUC_PATCHLEVEL__ < 5))
4444 #error ERROR: You must use a GNU Compiler version >= 3.4.5.
4545 #endif
4646