aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCICUTypes.h
blob: e1cff6d67f725f81af245ea507e473646d8a39df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  MCICUTypes.h
//  mailcore2
//
//  Created by DINH Viêt Hoà on 4/18/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#ifndef __MAILCORE_MCICUTYPES_H_
#define __MAILCORE_MCICUTYPES_H_

#if defined(__CHAR16_TYPE__)
typedef __CHAR16_TYPE__ UChar;
#else
typedef uint16_t UChar;
#endif

#endif