init for 0.3
[platform/core/uifw/ise-engine-unikey.git] / ukengine / diff / stdafx.h.diff
1 --- orginal/stdafx.h    2009-04-14 00:16:33.000000000 +0700
2 +++ stdafx.h    1970-01-01 07:00:00.000000000 +0700
3 @@ -1,17 +0,0 @@
4 -// stdafx.h : include file for standard system include files,
5 -// or project specific include files that are used frequently, but
6 -// are changed infrequently
7 -//
8 -
9 -#pragma once
10 -
11 -#if defined(_WIN32)
12 -
13 -#define WIN32_LEAN_AND_MEAN            // Exclude rarely-used stuff from Windows headers
14 -
15 -// TODO: reference additional headers your program requires here
16 -#include <windows.h>
17 -#include <tchar.h>
18 -#include <stdio.h>
19 -
20 -#endif