summaryrefslogtreecommitdiff
blob: 5ce62ea6e46c9159d50aae38879e5de6bd337d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- libgag/include/StreamBackend.h.old
+++ libgag/include/StreamBackend.h
@@ -28,6 +28,9 @@
 #ifdef putc
 #undef putc
 #endif
+#ifdef getc
+#undef getc
+#endif
 
 namespace GAGCore
 {