home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / diffs / libgplus.5 / libio / streambu.cc < prev    next >
Encoding:
Text File  |  1993-12-14  |  389 b   |  17 lines

  1. *** orig/libgplus.5/libio/streambu.cc    Sat Nov 13 18:09:08 1993
  2. --- src/libgplus.5/libio/streambu.cc    Sat Nov 13 18:09:48 1993
  3. ***************
  4. *** 28,34 ****
  5. --- 28,38 ----
  6.   #ifdef __GNUG__
  7.   #pragma implementation
  8.   #endif
  9. + #ifdef __MSDOS__
  10. + #include "iostreaP.h"
  11. + #else
  12.   #include "iostreamP.h"
  13. + #endif
  14.   #include <string.h>
  15.   #include <stdarg.h>
  16.   #include <errno.h>
  17.