toolsandutils/e32tools/elf2e32/source/e32defwrap.h
branchRCL_3
changeset 18 99082257a271
parent 10 d4b442d23379
equal deleted inserted replaced
10:d4b442d23379 18:99082257a271
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    13 // Description:
    13 // Description:
    14 // Wrapper for e32def.h to undefine _L macros to prevent
    14 // Wrapper for e32def.h to undefine _L macros to prevent
    15 // warnings.
    15 // warnings.
    16 // @internalComponent
    16 // @internalComponent
    17 // @released
    17 // @released
       
    18 
    18 // 
    19 // 
    19 //
    20 //
    20 
    21 
    21 #ifndef __E32DEFWRAP_H__
    22 #ifndef __E32DEFWRAP_H__
    22 #define __E32DEFWRAP_H__
    23 #define __E32DEFWRAP_H__
    23 
    24 
    24 #ifdef _L
    25 #ifdef _L
    25 #undef _L
    26 #undef _L
    26 #endif
    27 #endif
       
    28 
       
    29 
    27 
    30 
    28 #include <e32def.h>
    31 #include <e32def.h>
    29 #include <e32def_private.h>
    32 #include <e32def_private.h>
    30 
    33 
    31 #ifdef _L
    34 #ifdef _L