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