home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / libgplus.262 / libgplus / src / strclass.h < prev    next >
Encoding:
Text File  |  1995-01-18  |  363 b   |  15 lines

  1. *** orig/libgplus.262/libgplus/src/strclass.h    Sun Dec 18 19:06:12 1994
  2. --- src/libgplus.262/libgplus/src/strclass.h    Sun Dec 18 19:06:26 1994
  3. ***************
  4. *** 1,5 ****
  5. --- 1,9 ----
  6.   #ifndef _strclass_h
  7.   #define _strclass_h
  8. + #ifndef __MSDOS__
  9.   #include <String.h>
  10. + #else
  11. + #include <_String.h>
  12. + #endif
  13.   typedef class String string;
  14.   #endif
  15.