From e50e16520846f867d2d66dbf47d8de3e34935cda Mon Sep 17 00:00:00 2001 From: jsteube Date: Sun, 29 Jan 2023 18:03:37 +0000 Subject: [PATCH] Rename EVENT_H macro to avoid collision with EVENT_H macro from Apple library --- include/event.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/event.h b/include/event.h index 335cea940..fca7eec55 100644 --- a/include/event.h +++ b/include/event.h @@ -3,8 +3,8 @@ * License.....: MIT */ -#ifndef EVENT_H -#define EVENT_H +#ifndef HC_EVENT_H +#define HC_EVENT_H #include #include @@ -27,4 +27,4 @@ __attribute__ ((format (printf, 2, 3))) size_t event_log_error (hashcat_ctx int event_ctx_init (hashcat_ctx_t *hashcat_ctx); void event_ctx_destroy (hashcat_ctx_t *hashcat_ctx); -#endif // EVENT_H +#endif // HC_EVENT_H