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