From a4af50f612d65964c79fe9393a1f4e00edc83186 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 8 Oct 2001 08:07:49 +0000 Subject: Don't define min/max. --- src/w32console.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/w32console.c') diff --git a/src/w32console.c b/src/w32console.c index 766a5ddf485..1f9a5cb2d5f 100644 --- a/src/w32console.c +++ b/src/w32console.c @@ -41,8 +41,6 @@ Boston, MA 02111-1307, USA. #include "frame.h" #include "w32inevt.h" -#define min(a, b) ((a) < (b) ? (a) : (b)) - /* from window.c */ extern Lisp_Object Frecenter (); -- cgit v1.2.1