equal
deleted
inserted
replaced
|
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 */ |
|
17 |
|
18 #ifndef SYMBIAN_ENABLE_PUBLIC_PLATFORM_HEADER_SPLIT |
|
19 #define SYMBIAN_ENABLE_PUBLIC_PLATFORM_HEADER_SPLIT |
|
20 #endif |
|
21 |
|
22 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS |
|
23 #define SYMBIAN_ENABLE_SPLIT_HEADERS |
|
24 #endif |
|
25 |
|
26 #include <variant/symbian_os.hrh> |
|
27 #include <e32def.h> |
|
28 #include <e32base.h> |
|
29 #include <s32strm.h> |
|
30 #include <f32file.h> |
|
31 |
|
32 #undef IMPORT_C |
|
33 #define IMPORT_C __THIS_IS_EXPORTED__ |
|
34 #undef EXPORT_C |
|
35 #define EXPORT_C __THIS_IS_EXPORTED__ |
|
36 |
|
37 #ifndef _WCHAR_T_DECLARED |
|
38 #define _WCHAR_T_DECLARED |
|
39 #endif |
|
40 |
|
41 typedef long n_long; |
|
42 typedef short n_short; |
|
43 typedef long n_time; |
|
44 |
|
45 #ifndef __int64 |
|
46 #define __int64 long |
|
47 #endif |
|
48 |
|
49 // QT exported macros |
|
50 #undef Q_DECL_EXPORT |
|
51 #define Q_DECL_EXPORT __THIS_IS_EXPORTED__ |
|
52 #undef Q_DECL_IMPORT |
|
53 #define Q_DECL_IMPORT __THIS_IS_EXPORTED__ |
|
54 |
|
55 #ifndef WIN32 |
|
56 #define WIN32 |
|
57 #endif |