20
|
1 |
#ifndef SYMBIAN_ENABLE_PUBLIC_PLATFORM_HEADER_SPLIT
|
|
2 |
#define SYMBIAN_ENABLE_PUBLIC_PLATFORM_HEADER_SPLIT
|
|
3 |
#endif
|
|
4 |
|
|
5 |
#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
|
|
6 |
#define SYMBIAN_ENABLE_SPLIT_HEADERS
|
|
7 |
#endif
|
|
8 |
|
|
9 |
#include <variant/symbian_os.hrh>
|
|
10 |
|
|
11 |
#ifndef __KERNEL_MODE__
|
|
12 |
#define __KERNEL_MODE__
|
|
13 |
#endif
|
|
14 |
|
|
15 |
#undef IMPORT_C
|
|
16 |
#define IMPORT_C __THIS_IS_EXPORTED__
|
|
17 |
#undef EXPORT_C
|
|
18 |
#define EXPORT_C __THIS_IS_EXPORTED__
|
|
19 |
|
|
20 |
#ifndef _WCHAR_T_DECLARED
|
|
21 |
#define _WCHAR_T_DECLARED
|
|
22 |
#endif
|
|
23 |
|
|
24 |
typedef long n_long;
|
|
25 |
typedef short n_short;
|
|
26 |
typedef long n_time;
|
|
27 |
|
|
28 |
#ifndef __int64
|
|
29 |
#define __int64 long
|
|
30 |
#endif
|
|
31 |
|
|
32 |
// QT exported macros
|
|
33 |
#undef Q_DECL_EXPORT
|
|
34 |
#define Q_DECL_EXPORT __THIS_IS_EXPORTED__
|
|
35 |
#undef Q_DECL_IMPORT
|
|
36 |
#define Q_DECL_IMPORT __THIS_IS_EXPORTED__
|
|
37 |
|
|
38 |
#ifndef WIN32
|
|
39 |
#define WIN32
|
|
40 |
#endif
|
|
41 |
|
|
42 |
#ifndef DMA_APIV2
|
|
43 |
#define DMA_APIV2
|
|
44 |
#endif |