mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 14:17:43 +02:00
header file #ifndef guard namespace consistency (global change)
This add an effective namespace prefix to the guard ifndef
This commit is contained in:
committed by
R. Timothy Edwards
parent
5e17855f31
commit
d55a2b74ac
+3
-3
@@ -19,8 +19,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _EXTRACT_H
|
||||
#define _EXTRACT_H
|
||||
#ifndef _MAGIC__EXTRACT__EXTRACT_H
|
||||
#define _MAGIC__EXTRACT__EXTRACT_H
|
||||
|
||||
#include "utils/magic.h"
|
||||
#include "database/database.h" /* TileTypeBitMask */
|
||||
@@ -147,4 +147,4 @@ extern void ExtLabelOneRegion();
|
||||
extern void ExtInit();
|
||||
extern bool ExtGetDevInfo();
|
||||
|
||||
#endif /* _EXTRACT_H */
|
||||
#endif /* _MAGIC__EXTRACT__EXTRACT_H */
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _EXTRACTINT_H
|
||||
#define _EXTRACTINT_H
|
||||
#ifndef _MAGIC__EXTRACT__EXTRACTINT_H
|
||||
#define _MAGIC__EXTRACT__EXTRACTINT_H
|
||||
|
||||
#include "database/database.h"
|
||||
|
||||
@@ -1118,4 +1118,4 @@ extern int extMakeUnique();
|
||||
|
||||
#include "extDebugInt.h"
|
||||
|
||||
#endif /* _EXTRACTINT_H */
|
||||
#endif /* _MAGIC__EXTRACT__EXTRACTINT_H */
|
||||
|
||||
Reference in New Issue
Block a user