File glob2-fix_streambackend.patch of Package globulation2
--- libgag/include/StreamBackend.h.orig 2010-02-01 23:08:07.000000000 +0100
+++ libgag/include/StreamBackend.h 2010-02-01 23:08:16.000000000 +0100
@@ -28,6 +28,9 @@
#ifdef putc
#undef putc
#endif
+#ifdef getc
+#undef getc
+#endif
namespace GAGCore
{