]> git.pld-linux.org Git - packages/crossmingw32-gcc.git/blame - crossmingw32-gcc-libio.patch
- rel 4
[packages/crossmingw32-gcc.git] / crossmingw32-gcc-libio.patch
CommitLineData
490e570b
JB
1--- gcc-2.95.2/libio/stdiostream.h-inc Mon Aug 7 16:45:44 2000
2+++ gcc-2.95.2/libio/stdiostream.h Mon Aug 7 16:46:10 2000
3@@ -34,6 +34,10 @@
4 #include <iostream.h>
5 #include <stdio.h>
6
7+#ifdef _WIN32
8+#include <io.h>
9+#endif
10+
11 extern "C++" {
12 class stdiobuf : public filebuf {
13 protected:
This page took 0.089037 seconds and 4 git commands to generate.