serialserver/c32serialserver/Test/te_C32Performance/USB PC Side Code/StdAfx.h
branchRCL_3
changeset 69 9d7ce34704c8
parent 67 00c6709d25aa
child 70 b564fb5fd78b
equal deleted inserted replaced
67:00c6709d25aa 69:9d7ce34704c8
     1 /**
       
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 * include file for standard system include files,
       
    16 * or project specific include files that are used frequently, but
       
    17 * are changed infrequently
       
    18 * 
       
    19 *
       
    20 */
       
    21 
       
    22 
       
    23 
       
    24 /**
       
    25  @file
       
    26  @internalComponent.
       
    27 */
       
    28 
       
    29 #if !defined(AFX_STDAFX_H__48881569_F2B4_11D4_8077_DC3329DB2D48__INCLUDED_)
       
    30 #define AFX_STDAFX_H__48881569_F2B4_11D4_8077_DC3329DB2D48__INCLUDED_
       
    31 
       
    32 #if _MSC_VER > 1000
       
    33 #pragma once
       
    34 #endif // _MSC_VER > 1000
       
    35 
       
    36 #define VC_EXTRALEAN		// Exclude rarely-used stuff from Windows headers
       
    37 
       
    38 #include <afxwin.h>         // MFC core and standard components
       
    39 #include <afxext.h>         // MFC extensions
       
    40 #include <afxdisp.h>        // MFC Automation classes
       
    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__48881569_F2B4_11D4_8077_DC3329DB2D48__INCLUDED_)
       
    51