equal
deleted
inserted
replaced
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 "Eclipse Public License v1.0" |
4 // under the terms of the License "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 |
|
19 // |
18 // |
20 // |
19 // |
21 |
20 |
22 #ifndef __E32DEFWRAP_H__ |
21 #ifndef __E32DEFWRAP_H__ |
23 #define __E32DEFWRAP_H__ |
22 #define __E32DEFWRAP_H__ |
24 |
23 |
25 #ifdef _L |
24 #ifdef _L |
26 #undef _L |
25 #undef _L |
27 #endif |
26 #endif |
28 |
|
29 |
|
30 |
27 |
31 #include <e32def.h> |
28 #include <e32def.h> |
32 #include <e32def_private.h> |
29 #include <e32def_private.h> |
33 |
30 |
34 #ifdef _L |
31 #ifdef _L |