From 33abb6118f9551c6a4afc05ad35de6f630ccb152 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 17 May 2016 18:20:01 +0200 Subject: ALL: Change main engine header guard defines to __H Recently we started to use this as new semantics, although in the past we used simly _H. Now these guard defines are consistent with rest of the files which are used in the engines. --- engines/sci/sci.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/sci/sci.h') diff --git a/engines/sci/sci.h b/engines/sci/sci.h index 7df3d38163..c49a516d01 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -20,8 +20,8 @@ * */ -#ifndef SCI_H -#define SCI_H +#ifndef SCI_SCI_H +#define SCI_SCI_H #include "engines/engine.h" #include "common/macresman.h" @@ -460,4 +460,4 @@ const char *getSciVersionDesc(SciVersion version); } // End of namespace Sci -#endif // SCI_H +#endif // SCI_SCI_H -- cgit v1.2.3