2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
19 // =============================================================================
21 // This is a list of settings for STLport specific to the Metrowerks
22 // CodeWarrior for Symbian compiler. Do not include this file directly.
23 // =============================================================================
28 // Uncomment if member template classes are not available
30 //# define _STLP_NO_MEMBER_TEMPLATE_CLASSES 1
33 // Uncomment if partial specialization is not available
35 //# define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION 1
38 // -----------------------------------------------------------------------------
40 // This is a bit confusing.
41 // * _STLP_NO_WCHAR_T inhibits the standard C wchar functions (Symbian doesn't
43 // * _STLP_HAS_WCHAR_T triggers the typedef of wstring. It's based on wint_t,
44 // which isn't typedef's elsewhere, so we take care of it here.
45 // -----------------------------------------------------------------------------
47 # define _STLP_HAS_WCHAR_T 1
48 # define _STLP_WCHAR_T_IS_USHORT 1
52 #define __LIBSTD_CPP_SYMBIAN32_WSD__
54 //==========================================================
55 #endif // _STLP_WINSCW