diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.ja | 5 | ||||
-rw-r--r-- | src/main.c | 1 |
3 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-11-25 + + * src/main.c: added #include <conio.h> for _getch() (thanks to Gisle + Vanem). + 2008-11-20 * src/addressbook.c diff --git a/ChangeLog.ja b/ChangeLog.ja index a2db6a8f..13b0293c 100644 --- a/ChangeLog.ja +++ b/ChangeLog.ja @@ -1,3 +1,8 @@ +2008-11-25 + + * src/main.c: #include <conio.h> を _getch() のために追加(Gisle Vanem + さん thanks)。 + 2008-11-20 * src/addressbook.c @@ -93,6 +93,7 @@ # include <windows.h> # include <pbt.h> # include <fcntl.h> +# include <conio.h> #endif #include "version.h" |