14 lines
202 B
C
14 lines
202 B
C
|
#ifndef __INCSTR_H
|
||
|
#define __INCRSTR_H
|
||
|
#ifdef WIN32
|
||
|
#ifndef _INC_FSTREAM
|
||
|
#include <fstream.h>
|
||
|
#endif
|
||
|
#include <strstrea.h>
|
||
|
#else
|
||
|
#include <fstream>
|
||
|
#include <sstream>
|
||
|
using namespace std;
|
||
|
#endif
|
||
|
#endif
|