sl@0
|
1 |
// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of the License "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
// stdafx.h : include file for standard system include files,
|
sl@0
|
15 |
// or project specific include files that are used frequently, but
|
sl@0
|
16 |
// are changed infrequently
|
sl@0
|
17 |
//
|
sl@0
|
18 |
|
sl@0
|
19 |
#if !defined(AFX_STDAFX_H__56375944_26B5_4519_B26C_DC6157E6896F__INCLUDED_)
|
sl@0
|
20 |
#define AFX_STDAFX_H__56375944_26B5_4519_B26C_DC6157E6896F__INCLUDED_
|
sl@0
|
21 |
|
sl@0
|
22 |
#if _MSC_VER > 1000
|
sl@0
|
23 |
#pragma once
|
sl@0
|
24 |
#endif // _MSC_VER > 1000
|
sl@0
|
25 |
|
sl@0
|
26 |
//
|
sl@0
|
27 |
// Depending on what version of header files you are using,
|
sl@0
|
28 |
// you may need to define WINVER to 5.00
|
sl@0
|
29 |
// This will enable the declaration of RegisterDeviceNotification() and
|
sl@0
|
30 |
// UnregisterDeviceNotification() in WINUSER.H.
|
sl@0
|
31 |
//
|
sl@0
|
32 |
// Note:
|
sl@0
|
33 |
// Consequently, the application will run on Win98, WinME, and Win2000 only.
|
sl@0
|
34 |
// This should not be a problem because USBIO supports only these platforms.
|
sl@0
|
35 |
//
|
sl@0
|
36 |
#define WINVER 0x500
|
sl@0
|
37 |
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
|
sl@0
|
38 |
|
sl@0
|
39 |
#include <afxwin.h> // MFC core and standard components
|
sl@0
|
40 |
#include <afxext.h> // MFC extensions
|
sl@0
|
41 |
#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
|
sl@0
|
42 |
#ifndef _AFX_NO_AFXCMN_SUPPORT
|
sl@0
|
43 |
#include <afxcmn.h> // MFC support for Windows Common Controls
|
sl@0
|
44 |
#endif // _AFX_NO_AFXCMN_SUPPORT
|
sl@0
|
45 |
|
sl@0
|
46 |
|
sl@0
|
47 |
//{{AFX_INSERT_LOCATION}}
|
sl@0
|
48 |
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
sl@0
|
49 |
|
sl@0
|
50 |
#endif // !defined(AFX_STDAFX_H__56375944_26B5_4519_B26C_DC6157E6896F__INCLUDED_)
|