From 3bfa1104dee6dd16ba23ca18062ad8c62d73fa9c Mon Sep 17 00:00:00 2001 From: CodaFi Date: Sat, 22 Feb 2014 13:15:27 -0700 Subject: Conformant header guards Fixes #606 --- src/MailCore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/MailCore.h') diff --git a/src/MailCore.h b/src/MailCore.h index 978b9cf7..8b0897f0 100644 --- a/src/MailCore.h +++ b/src/MailCore.h @@ -6,9 +6,9 @@ // Copyright (c) 2013 MailCore. All rights reserved. // -#ifndef __MAILCORE_MAILCORE_h +#ifndef MAILCORE_MAILCORE_H -#define __MAILCORE_MAILCORE_h +#define MAILCORE_MAILCORE_H #include #include -- cgit v1.2.3