windows-nt/Source/XPSP1/NT/base/headless/ems/sac/sacrunner/inclfile.h

14 lines
189 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef __INCLFILE
#define __INCLFILE
#include <windows.h>
#include <TCHAR.H>
#include <iostream>
#include <fstream>
#include <time.h>
typedef std::basic_fstream<TCHAR> fstream;
#endif