From a0ad58b7e8a3d3c0a78fa8c4fe8d248d54153180 Mon Sep 17 00:00:00 2001 From: Tom0Brien Date: Wed, 17 Apr 2024 10:12:14 +1000 Subject: [PATCH] undef RELATIVE and ABSOLUTE --- src/util/platform.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/platform.hpp b/src/util/platform.hpp index 52048ee6f..6cc6d9abd 100644 --- a/src/util/platform.hpp +++ b/src/util/platform.hpp @@ -81,6 +81,8 @@ // Whoever thought this was a good idea was a terrible person #undef ERROR + #undef RELATIVE + #undef ABSOLUTE // Make the windows shutdown functions look like the posix ones #define SHUT_RD SD_RECEIVE