os/kernelhwsrv/kerneltest/e32test/usb/t_usb_win/include/StdAfx.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/kernelhwsrv/kerneltest/e32test/usb/t_usb_win/include/StdAfx.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,50 @@
     1.4 +// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of the License "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// stdafx.h : include file for standard system include files,
    1.18 +//  or project specific include files that are used frequently, but
    1.19 +//      are changed infrequently
    1.20 +//
    1.21 +
    1.22 +#if !defined(AFX_STDAFX_H__56375944_26B5_4519_B26C_DC6157E6896F__INCLUDED_)
    1.23 +#define AFX_STDAFX_H__56375944_26B5_4519_B26C_DC6157E6896F__INCLUDED_
    1.24 +
    1.25 +#if _MSC_VER > 1000
    1.26 +#pragma once
    1.27 +#endif // _MSC_VER > 1000
    1.28 +
    1.29 +//
    1.30 +// Depending on what version of header files you are using,
    1.31 +// you may need to define WINVER to 5.00
    1.32 +// This will enable the declaration of RegisterDeviceNotification() and 
    1.33 +// UnregisterDeviceNotification() in WINUSER.H.
    1.34 +//
    1.35 +// Note:
    1.36 +// Consequently, the application will run on Win98, WinME, and Win2000 only.
    1.37 +// This should not be a problem because USBIO supports only these platforms.
    1.38 +//
    1.39 +#define WINVER 0x500
    1.40 +#define VC_EXTRALEAN		// Exclude rarely-used stuff from Windows headers
    1.41 +
    1.42 +#include <afxwin.h>         // MFC core and standard components
    1.43 +#include <afxext.h>         // MFC extensions
    1.44 +#include <afxdtctl.h>		// MFC support for Internet Explorer 4 Common Controls
    1.45 +#ifndef _AFX_NO_AFXCMN_SUPPORT
    1.46 +#include <afxcmn.h>			// MFC support for Windows Common Controls
    1.47 +#endif // _AFX_NO_AFXCMN_SUPPORT
    1.48 +
    1.49 +
    1.50 +//{{AFX_INSERT_LOCATION}}
    1.51 +// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
    1.52 +
    1.53 +#endif // !defined(AFX_STDAFX_H__56375944_26B5_4519_B26C_DC6157E6896F__INCLUDED_)