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

  1. *** orig/libgplus.5/libio/strstrea.cc    Sat Nov 13 18:09:54 1993
  2. --- src/libgplus.5/libio/strstrea.cc    Sat Nov 13 19:33:08 1993
  3. ***************
  4. *** 27,33 ****
  5. --- 27,37 ----
  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 <strstream.h>
  15.   
  16.   static void* default_alloc(_IO_size_t size)
  17.