home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / diffs / libgplus.5 / libgplus / src / strclass.h < prev    next >
Encoding:
Text File  |  1993-12-14  |  358 b   |  15 lines

  1. *** orig/libgplus.5/libgplus/src/strclass.h    Sat Nov 13 18:25:36 1993
  2. --- src/libgplus.5/libgplus/src/strclass.h    Sat Nov 13 18:25:54 1993
  3. ***************
  4. *** 1,5 ****
  5. --- 1,9 ----
  6.   #ifndef _strclass_h
  7.   #define _strclass_h
  8. + #ifdef __MSDOS__
  9. + #include <_String.h>
  10. + #else
  11.   #include <String.h>
  12. + #endif
  13.   typedef class String string;
  14.   #endif
  15.