]>
Commit | Line | Data |
---|---|---|
1 | // stdafx.h : include file for standard system include files, | |
2 | ||
3 | // or project specific include files that are used frequently, but | |
4 | ||
5 | // are changed infrequently | |
6 | ||
7 | // | |
8 | ||
9 | ||
10 | ||
11 | #if !defined(AFX_STDAFX_H__E553AB80_24B1_4900_9879_D30DA5DD7F8A__INCLUDED_) | |
12 | ||
13 | #define AFX_STDAFX_H__E553AB80_24B1_4900_9879_D30DA5DD7F8A__INCLUDED_ | |
14 | ||
15 | ||
16 | ||
17 | #if _MSC_VER > 1000 | |
18 | ||
19 | #pragma once | |
20 | ||
21 | #endif // _MSC_VER > 1000 | |
22 | ||
23 | ||
24 | ||
25 | #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers | |
26 | ||
27 | ||
28 | ||
29 | // Windows Header Files: | |
30 | ||
31 | #include <windows.h> | |
32 | ||
33 | ||
34 | // Local Header Files | |
35 | ||
36 | ||
37 | ||
38 | // TODO: reference additional headers your program requires here | |
39 | ||
40 | ||
41 | ||
42 | //{{AFX_INSERT_LOCATION}} | |
43 | ||
44 | // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. | |
45 | ||
46 | ||
47 | ||
48 | #endif // !defined(AFX_STDAFX_H__E553AB80_24B1_4900_9879_D30DA5DD7F8A__INCLUDED_) | |
49 |