equal
deleted
inserted
replaced
|
1 // StdAfx.h |
|
2 // |
|
3 // Copyright (c) 2010 Accenture. All rights reserved. |
|
4 // This component and the accompanying materials are made available |
|
5 // under the terms of the "Eclipse Public License v1.0" |
|
6 // which accompanies this distribution, and is available |
|
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 // |
|
9 // Initial Contributors: |
|
10 // Accenture - Initial contribution |
|
11 // |
|
12 |
|
13 #if !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_) |
|
14 #define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_ |
|
15 |
|
16 #if _MSC_VER > 1000 |
|
17 #pragma once |
|
18 #endif // _MSC_VER > 1000 |
|
19 |
|
20 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers |
|
21 |
|
22 |
|
23 // Windows Header Files: |
|
24 #include <windows.h> |
|
25 |
|
26 // C RunTime Header Files |
|
27 #include <stdlib.h> |
|
28 #include <malloc.h> |
|
29 #include <memory.h> |
|
30 #include <tchar.h> |
|
31 |
|
32 // Local Header Files |
|
33 |
|
34 // TODO: reference additional headers your program requires here |
|
35 |
|
36 //{{AFX_INSERT_LOCATION}} |
|
37 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. |
|
38 |
|
39 #endif // !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_) |