| author | shrivatsa |
| Mon, 27 Sep 2010 14:51:17 +0530 | |
| changeset 12 | a0eee409ff14 |
| parent 3 | ebe3f8f03b59 |
| permissions | -rw-r--r-- |
| 0 | 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 "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 |
*/ |
|
| 12 | 17 |
#ifndef SYMBIAN_ENABLE_PUBLIC_PLATFORM_HEADER_SPLIT |
18 |
#define SYMBIAN_ENABLE_PUBLIC_PLATFORM_HEADER_SPLIT |
|
19 |
#endif |
|
20 |
||
21 |
#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS |
|
22 |
#define SYMBIAN_ENABLE_SPLIT_HEADERS |
|
23 |
#endif |
|
| 0 | 24 |
|
25 |
#include <variant/symbian_os.hrh> |
|
26 |
#include <e32def.h> |
|
27 |
#include <e32base.h> |
|
28 |
#include <s32strm.h> |
|
29 |
#include <f32file.h> |
|
30 |
||
31 |
#undef IMPORT_C |
|
32 |
#define IMPORT_C __THIS_IS_EXPORTED__ |
|
33 |
#undef EXPORT_C |
|
34 |
#define EXPORT_C __THIS_IS_EXPORTED__ |
|
35 |
||
36 |
#ifndef _WCHAR_T_DECLARED |
|
37 |
#define _WCHAR_T_DECLARED |
|
38 |
#endif |
|
39 |
||
40 |
typedef long n_long; |
|
41 |
typedef short n_short; |
|
42 |
typedef long n_time; |
|
43 |
||
44 |
#ifndef __int64 |
|
45 |
#define __int64 long |
|
46 |
#endif |
|
|
3
ebe3f8f03b59
Compatibility Analyser updated to version 2.8.4. Support for Qt code analysis added.
noe\swadi
parents:
0
diff
changeset
|
47 |
|
|
ebe3f8f03b59
Compatibility Analyser updated to version 2.8.4. Support for Qt code analysis added.
noe\swadi
parents:
0
diff
changeset
|
48 |
// QT exported macros |
|
ebe3f8f03b59
Compatibility Analyser updated to version 2.8.4. Support for Qt code analysis added.
noe\swadi
parents:
0
diff
changeset
|
49 |
#undef Q_DECL_EXPORT |
|
ebe3f8f03b59
Compatibility Analyser updated to version 2.8.4. Support for Qt code analysis added.
noe\swadi
parents:
0
diff
changeset
|
50 |
#define Q_DECL_EXPORT __THIS_IS_EXPORTED__ |
|
ebe3f8f03b59
Compatibility Analyser updated to version 2.8.4. Support for Qt code analysis added.
noe\swadi
parents:
0
diff
changeset
|
51 |
#undef Q_DECL_IMPORT |
|
ebe3f8f03b59
Compatibility Analyser updated to version 2.8.4. Support for Qt code analysis added.
noe\swadi
parents:
0
diff
changeset
|
52 |
#define Q_DECL_IMPORT __THIS_IS_EXPORTED__ |