mirror of
https://github.com/BertoldVdb/ZoneDetect.git
synced 2026-06-28 05:09:33 +00:00
replaced potentially reserved name used as include guard
This commit is contained in:
parent
01e1cbd4f5
commit
d7dc54807e
1 changed files with 3 additions and 3 deletions
|
|
@ -27,8 +27,8 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef _ZONEDETECT_H_
|
||||
#define _ZONEDETECT_H_
|
||||
#ifndef INCL_ZONEDETECT_H_
|
||||
#define INCL_ZONEDETECT_H_
|
||||
|
||||
typedef enum {
|
||||
ZD_LOOKUP_IGNORE = -3,
|
||||
|
|
@ -71,4 +71,4 @@ const char *ZDLookupResultToString(ZDLookupResult result);
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif // INCL_ZONEDETECT_H_
|
||||
|
|
|
|||
Loading…
Reference in a new issue