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/drascula/drascula.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/drascula') diff --git a/engines/drascula/drascula.h b/engines/drascula/drascula.h index acca2e5915..c879a83db7 100644 --- a/engines/drascula/drascula.h +++ b/engines/drascula/drascula.h @@ -20,8 +20,8 @@ * */ -#ifndef DRASCULA_H -#define DRASCULA_H +#ifndef DRASCULA_DRASCULA_H +#define DRASCULA_DRASCULA_H #include "common/scummsys.h" #include "common/archive.h" @@ -784,4 +784,4 @@ protected: } // End of namespace Drascula -#endif /* DRASCULA_H */ +#endif /* DRASCULA_DRASCULA_H */ -- cgit v1.2.3