14 lines
189 B
C
14 lines
189 B
C
|
#ifndef __INCLFILE
|
||
|
#define __INCLFILE
|
||
|
|
||
|
#include <windows.h>
|
||
|
#include <TCHAR.H>
|
||
|
|
||
|
|
||
|
#include <iostream>
|
||
|
#include <fstream>
|
||
|
#include <time.h>
|
||
|
|
||
|
|
||
|
typedef std::basic_fstream<TCHAR> fstream;
|
||
|
#endif
|