From 6d386d163804d88dec773899dd34eccdaae84da9 Mon Sep 17 00:00:00 2001 From: flying-dude Date: Mon, 15 Aug 2022 15:59:30 +0200 Subject: [PATCH] guard against redefinition compile errors --- BeefySysLib/Common.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BeefySysLib/Common.h b/BeefySysLib/Common.h index fa164320..609faf68 100644 --- a/BeefySysLib/Common.h +++ b/BeefySysLib/Common.h @@ -1,7 +1,12 @@ #pragma once +#ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS +#endif + +#ifndef __STDC_CONSTANT_MACROS #define __STDC_CONSTANT_MACROS +#endif // #include // #include