|
|
@@ -1,7 +1,7 @@
|
|
|
Index: common/ac/wchar.h
|
|
|
---- common/ac/wchar.h.orig 2004-06-10 08:12:37 +0200
|
|
|
-+++ common/ac/wchar.h 2004-06-10 21:19:39 +0200
|
|
|
-@@ -26,8 +26,09 @@
|
|
|
+--- common/ac/wchar.h.orig 2005-11-10 02:39:23 +0100
|
|
|
++++ common/ac/wchar.h 2005-11-10 07:51:00 +0100
|
|
|
+@@ -27,6 +27,7 @@
|
|
|
#include <ac/stddef.h>
|
|
|
|
|
|
#if HAVE_WCHAR_H
|
|
|
@@ -9,3 +9,16 @@ Index: common/ac/wchar.h
|
|
|
#include <wchar.h>
|
|
|
|
|
|
#if !HAVE_WINT_T
|
|
|
+Index: libaegis/input.h
|
|
|
+--- libaegis/input.h.orig 2005-11-10 02:39:23 +0100
|
|
|
++++ libaegis/input.h 2005-11-10 08:07:56 +0100
|
|
|
+@@ -26,6 +26,9 @@
|
|
|
+ #include <nstring.h>
|
|
|
+ #include <main.h>
|
|
|
+
|
|
|
++#undef getc
|
|
|
++#undef ungetc
|
|
|
++
|
|
|
+ /**
|
|
|
+ * The input_ty abstract class represent a generic input source.
|
|
|
+ */
|