From f33d3125a066b2cdbd58de86cc1cc334b965ddf7 Mon Sep 17 00:00:00 2001 From: Tait Hoyem <44244401+TTWNO@users.noreply.github.com> Date: Sun, 7 Apr 2019 15:00:34 +0000 Subject: [PATCH] #ifdef -> #ifndef --- src/constants.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/constants.h b/src/constants.h index 0b65e07..273f3e5 100755 --- a/src/constants.h +++ b/src/constants.h @@ -1,5 +1,6 @@ -#ifdef CHESS_CONSTANTS -#define CHESS_CONSTANTS +#ifndef CHESS_CONSTANTS_H +#define CHESS_CONSTANTS_H + #include #include #include