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