aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCICUTypes.h
diff options
context:
space:
mode:
authorGravatar CodaFi <devteam.codafi@gmail.com>2014-02-22 13:15:27 -0700
committerGravatar CodaFi <devteam.codafi@gmail.com>2014-02-22 13:15:27 -0700
commit3bfa1104dee6dd16ba23ca18062ad8c62d73fa9c (patch)
treeccf6668a454774c7a74d5aa498fbaf672fa8a6e0 /src/core/basetypes/MCICUTypes.h
parentfb06d5133a88f80daed1a7d1bea00f558446f2ae (diff)
Conformant header guards
Fixes #606
Diffstat (limited to 'src/core/basetypes/MCICUTypes.h')
-rw-r--r--src/core/basetypes/MCICUTypes.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/basetypes/MCICUTypes.h b/src/core/basetypes/MCICUTypes.h
index e1cff6d6..5b43c5dc 100644
--- a/src/core/basetypes/MCICUTypes.h
+++ b/src/core/basetypes/MCICUTypes.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCICUTYPES_H_
-#define __MAILCORE_MCICUTYPES_H_
+#ifndef MAILCORE_MCICUTYPES_H
+
+#define MAILCORE_MCICUTYPES_H
#if defined(__CHAR16_TYPE__)
typedef __CHAR16_TYPE__ UChar;