0
|
1 |
/*
|
|
2 |
* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of "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 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
|
|
21 |
#if !defined(AFX_STDAFX_H__8550F158_DA78_11D5_BC49_00B0D065107F__INCLUDED_)
|
|
22 |
#define AFX_STDAFX_H__8550F158_DA78_11D5_BC49_00B0D065107F__INCLUDED_
|
|
23 |
|
|
24 |
#if _MSC_VER > 1000
|
|
25 |
#pragma once
|
|
26 |
#endif // _MSC_VER > 1000
|
|
27 |
|
|
28 |
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
|
|
29 |
|
|
30 |
#include <assert.h>
|
|
31 |
|
|
32 |
//#include <afxwin.h> // MFC core and standard components
|
|
33 |
//#include <afxext.h> // MFC extensions
|
|
34 |
|
|
35 |
//#ifndef _AFX_NO_OLE_SUPPORT
|
|
36 |
//#include <afxole.h> // MFC OLE classes
|
|
37 |
//#include <afxodlgs.h> // MFC OLE dialog classes
|
|
38 |
//#include <afxdisp.h> // MFC Automation classes
|
|
39 |
//#endif // _AFX_NO_OLE_SUPPORT
|
|
40 |
|
|
41 |
|
|
42 |
//#ifndef _AFX_NO_DB_SUPPORT
|
|
43 |
//#include <afxdb.h> // MFC ODBC database classes
|
|
44 |
//#endif // _AFX_NO_DB_SUPPORT
|
|
45 |
|
|
46 |
//#ifndef _AFX_NO_DAO_SUPPORT
|
|
47 |
//#include <afxdao.h> // MFC DAO database classes
|
|
48 |
//#endif // _AFX_NO_DAO_SUPPORT
|
|
49 |
|
|
50 |
#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
|
|
51 |
//#ifndef _AFX_NO_AFXCMN_SUPPORT
|
|
52 |
//#include <afxcmn.h> // MFC support for Windows Common Controls
|
|
53 |
//#endif // _AFX_NO_AFXCMN_SUPPORT
|
|
54 |
|
|
55 |
|
|
56 |
//{{AFX_INSERT_LOCATION}}
|
|
57 |
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
58 |
|
|
59 |
#endif // !defined(AFX_STDAFX_H__8550F158_DA78_11D5_BC49_00B0D065107F__INCLUDED_)
|