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