connectivity/com.nokia.tcf/native/TCFNative/TCFCommVirtualSerial/StdAfx.h
changeset 60 9d2210c8eed2
equal deleted inserted replaced
59:c892c53c664e 60:9d2210c8eed2
       
     1 /*
       
     2 * Copyright (c) 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 the License "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 *
       
    16 */
       
    17 // stdafx.h : include file for standard system include files,
       
    18 //  or project specific include files that are used frequently, but
       
    19 //      are changed infrequently
       
    20 //
       
    21 
       
    22 #if !defined(AFX_STDAFX_H__9F3786A5_6D42_4ECE_BA9A_9BAE7093845F__INCLUDED_)
       
    23 #define AFX_STDAFX_H__9F3786A5_6D42_4ECE_BA9A_9BAE7093845F__INCLUDED_
       
    24 
       
    25 #if _MSC_VER > 1000
       
    26 #pragma once
       
    27 #endif // _MSC_VER > 1000
       
    28 
       
    29 
       
    30 // Insert your headers here
       
    31 #define WIN32_LEAN_AND_MEAN		// Exclude rarely-used stuff from Windows headers
       
    32 
       
    33 #include <stdlib.h>
       
    34 #include <windows.h>
       
    35 
       
    36 // TODO: reference additional headers your program requires here
       
    37 
       
    38 //{{AFX_INSERT_LOCATION}}
       
    39 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
       
    40 
       
    41 #endif // !defined(AFX_STDAFX_H__9F3786A5_6D42_4ECE_BA9A_9BAE7093845F__INCLUDED_)