From 1ab93cb190c46ca3c5a946a65b5e0e67082d8528 Mon Sep 17 00:00:00 2001 From: Kang Lin Date: Mon, 22 Jul 2024 15:51:25 +0800 Subject: [PATCH] Fix min build fail --- common/rdr/HexInStream.cxx | 4 ++-- common/rdr/HexOutStream.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/rdr/HexInStream.cxx b/common/rdr/HexInStream.cxx index b5cb11bb..b3a2d7af 100644 --- a/common/rdr/HexInStream.cxx +++ b/common/rdr/HexInStream.cxx @@ -23,9 +23,9 @@ using namespace rdr; -#undef min - +#if !defined(_MSC_VER) static inline int min(int a, int b) {return a