sl@0: // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // stdafx.h : include file for standard system include files, sl@0: // or project specific include files that are used frequently, but sl@0: // are changed infrequently sl@0: // sl@0: sl@0: #if !defined(AFX_STDAFX_H__56375944_26B5_4519_B26C_DC6157E6896F__INCLUDED_) sl@0: #define AFX_STDAFX_H__56375944_26B5_4519_B26C_DC6157E6896F__INCLUDED_ sl@0: sl@0: #if _MSC_VER > 1000 sl@0: #pragma once sl@0: #endif // _MSC_VER > 1000 sl@0: sl@0: // sl@0: // Depending on what version of header files you are using, sl@0: // you may need to define WINVER to 5.00 sl@0: // This will enable the declaration of RegisterDeviceNotification() and sl@0: // UnregisterDeviceNotification() in WINUSER.H. sl@0: // sl@0: // Note: sl@0: // Consequently, the application will run on Win98, WinME, and Win2000 only. sl@0: // This should not be a problem because USBIO supports only these platforms. sl@0: // sl@0: #define WINVER 0x500 sl@0: #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers sl@0: sl@0: #include // MFC core and standard components sl@0: #include // MFC extensions sl@0: #include // MFC support for Internet Explorer 4 Common Controls sl@0: #ifndef _AFX_NO_AFXCMN_SUPPORT sl@0: #include // MFC support for Windows Common Controls sl@0: #endif // _AFX_NO_AFXCMN_SUPPORT sl@0: sl@0: sl@0: //{{AFX_INSERT_LOCATION}} sl@0: // Microsoft Visual C++ will insert additional declarations immediately before the previous line. sl@0: sl@0: #endif // !defined(AFX_STDAFX_H__56375944_26B5_4519_B26C_DC6157E6896F__INCLUDED_)