campo-sirio/xvaga/incstr.h

19 lines
243 B
C
Raw Normal View History

#ifndef __INCSTR_H
#define __INCRSTR_H
#ifdef WIN32
#ifndef _INC_FSTREAM
#include <fstream.h>
#endif
#include <strstrea.h>
#else // WIN32
#include <fstream>
#include <iostream>
#include <sstream>
using namespace std;
#endif //WIN32
#endif