williamr@2: /* williamr@4: * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). williamr@4: * All rights reserved. williamr@4: * This component and the accompanying materials are made available williamr@4: * under the terms of "Eclipse Public License v1.0" williamr@4: * which accompanies this distribution, and is available williamr@4: * at the URL "http://www.eclipse.org/legal/epl-v10.html". williamr@4: * williamr@4: * Initial Contributors: williamr@4: * Nokia Corporation - initial contribution. williamr@4: * williamr@4: * Contributors: williamr@2: * williamr@2: * Description: williamr@4: * Name : stl_rvct.h williamr@4: * Part of : standard c++ library. (config file) williamr@4: * williamr@2: * williamr@2: */ williamr@2: williamr@2: williamr@2: williamr@4: #ifndef _STL_RVCT_H_ williamr@4: #define _STL_RVCT_H_ williamr@4: williamr@4: #define _STLP_COMPILER "ARM RVCT" williamr@4: williamr@4: #ifdef __MARM__ williamr@4: #define _M_ARM williamr@2: #endif williamr@2: williamr@4: #if (defined(__ARMCC__) && (__ARMCC_VERSION > 220000) ) williamr@4: #define _STLP_LONG_LONG long long williamr@2: #endif williamr@2: williamr@4: #endif //_STL_RVCT_H_