From 2b325165aa47dada19dfeb9824c7052312481405 Mon Sep 17 00:00:00 2001 From: Aaron Kimbrell Date: Thu, 2 Jan 2025 20:03:59 -0600 Subject: [PATCH] Update dChatServer/ChatWebAPI.h Co-authored-by: David Markowitz <39972741+EmosewaMC@users.noreply.github.com> --- dChatServer/ChatWebAPI.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dChatServer/ChatWebAPI.h b/dChatServer/ChatWebAPI.h index 2b3767974..ee01351f6 100644 --- a/dChatServer/ChatWebAPI.h +++ b/dChatServer/ChatWebAPI.h @@ -1,5 +1,5 @@ -#ifndef INCLUDED_CHATWEBAPI -#define INCLUDED_CHATWEBAPI +#ifndef CHATWEBAPI_H +#define CHATWEBAPI_H #include "mongoose.h" #include "json_fwd.hpp"