home *** CD-ROM | disk | FTP | other *** search
- *** orig/libgplus.5/libgplus/src/strclass.h Sat Nov 13 18:25:36 1993
- --- src/libgplus.5/libgplus/src/strclass.h Sat Nov 13 18:25:54 1993
- ***************
- *** 1,5 ****
- --- 1,9 ----
- #ifndef _strclass_h
- #define _strclass_h
- + #ifdef __MSDOS__
- + #include <_String.h>
- + #else
- #include <String.h>
- + #endif
- typedef class String string;
- #endif
-