os/kernelhwsrv/kerneltest/e32test/usb/t_usb_win/include/StdAfx.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    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
    17 //
    18 
    19 #if !defined(AFX_STDAFX_H__56375944_26B5_4519_B26C_DC6157E6896F__INCLUDED_)
    20 #define AFX_STDAFX_H__56375944_26B5_4519_B26C_DC6157E6896F__INCLUDED_
    21 
    22 #if _MSC_VER > 1000
    23 #pragma once
    24 #endif // _MSC_VER > 1000
    25 
    26 //
    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.
    31 //
    32 // Note:
    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.
    35 //
    36 #define WINVER 0x500
    37 #define VC_EXTRALEAN		// Exclude rarely-used stuff from Windows headers
    38 
    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
    45 
    46 
    47 //{{AFX_INSERT_LOCATION}}
    48 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
    49 
    50 #endif // !defined(AFX_STDAFX_H__56375944_26B5_4519_B26C_DC6157E6896F__INCLUDED_)