You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
960 B
41 lines
960 B
Index: common/ac/wchar.h |
|
--- 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 |
|
+#include <stdlib.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. |
|
*/ |
|
Index: libaegis/input/curl.h |
|
--- libaegis/input/curl.h.orig 2006-03-29 11:07:48 +0200 |
|
+++ libaegis/input/curl.h 2006-04-11 08:52:55 +0200 |
|
@@ -27,7 +27,6 @@ |
|
|
|
#include <libaegis/input.h> |
|
|
|
-#ifdef HAVE_LIBCURL |
|
|
|
/** |
|
* The input_curl class is used to represent an input obtained via |
|
@@ -153,5 +152,4 @@ |
|
return input_curl::looks_likely(nstring(fn)); |
|
} |
|
|
|
-#endif // HAVE_LIBCURL |
|
#endif // LIBAEGIS_INPUT_CURL_H
|
|
|