• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

oga's tools


Commit MetaInfo

Revisionacffaeae1df1b4d1f0756beab590b036028dd838 (tree)
Time2014-02-22 01:23:04
Authoroga <hyperoga@gmai...>
Commiteroga

Log Message

add stdio.h for MinGW

Change Summary

Incremental Difference

--- 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 */