From 07e35d14230a75e7650f838c534c141de5401f09 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期二, 09 六月 2020 17:41:27 +0800
Subject: [PATCH] update

---
 common/include/usg_typedef.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/include/usg_typedef.h b/common/include/usg_typedef.h
index 7976c59..a3b9a81 100644
--- a/common/include/usg_typedef.h
+++ b/common/include/usg_typedef.h
@@ -40,8 +40,8 @@
 #define DIR_MODE  (FILE_MODE | S_IXUSR | S_IXGRP | S_IXOTH)
 
 
-#define min(a,b)  ((a) < (b) ? (a) : (b))
-#define max(a,b)  ((a) > (b) ? (a) : (b))
+#define MIN(a,b)  ((a) < (b) ? (a) : (b))
+#define MAX(a,b)  ((a) > (b) ? (a) : (b))
 
  
 

--
Gitblit v1.8.0