globalplatform
stdafx.h
1 // stdafx.h : include file for standard system include files,
2 // or project specific include files that are used frequently, but
3 // are changed infrequently
4 //
5 
6 #pragma once
7 
8 #ifdef WIN32
9  #include <windows.h>
10  #ifndef _UNICODE
11  #define _UNICODE
12  #endif
13  #ifndef UNICODE
14  #define UNICODE
15  #endif
16 #endif
17 #ifdef WIN32
18 #include <tchar.h>
19 #endif
20 
21 #include <io.h>
22 
23 // TODO: reference additional headers your program requires here
24