summaryrefslogtreecommitdiff
blob: 67aa1a0789c4ae885ca709439ce9004da92f6f9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- libgag/include/StreamBackend.h.old	2009-07-13 10:52:36.000000000 +0200
+++ libgag/include/StreamBackend.h	2009-07-13 10:52:57.000000000 +0200
@@ -28,6 +28,9 @@
 #ifdef putc
 #undef putc
 #endif
+#ifdef getc
+#undef getc
+#endif
 
 namespace GAGCore
 {