From 86f8eb0930fcd1c168a0250855379c695bbf1adb Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 8 Jan 2020 05:44:06 +0100 Subject: [PATCH] Fix shadowing global symbols. --- src/conf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/conf.h b/src/conf.h index 1e42c628..6dac7b86 100644 --- a/src/conf.h +++ b/src/conf.h @@ -230,7 +230,9 @@ typedef size_t upx_rsize_t; #endif // avoid warnings about shadowing global functions +#undef basename #undef index +#undef outp #define basename upx_basename #define index upx_index #define outp upx_outp