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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-01-18
|
363 b
|
15 lines
*** orig/libgplus.262/libgplus/src/strclass.h Sun Dec 18 19:06:12 1994
--- src/libgplus.262/libgplus/src/strclass.h Sun Dec 18 19:06:26 1994
***************
*** 1,5 ****
--- 1,9 ----
#ifndef _strclass_h
#define _strclass_h
+ #ifndef __MSDOS__
#include <String.h>
+ #else
+ #include <_String.h>
+ #endif
typedef class String string;
#endif