• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

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

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

oga's tools


コミットメタ情報

リビジョンacffaeae1df1b4d1f0756beab590b036028dd838 (tree)
日時2014-02-22 01:23:04
作者oga <hyperoga@gmai...>
コミッターoga

ログメッセージ

add stdio.h for MinGW

変更サマリ

差分

--- a/sendevt.c
+++ b/sendevt.c
@@ -4,6 +4,7 @@
44 * 2008/10/13 V0.10 by oga.
55 */
66 #include <windows.h>
7+#include <stdio.h>
78
89 char *WinTitle = "素数べんち";
910 int evf = 0; /* -ev flag */