comparison src/w32console.c @ 39682:5f60884970a8

Don't define min/max.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 08 Oct 2001 08:07:49 +0000
parents 3bdd8b545352
children e62d3694acdc
comparison
equal deleted inserted replaced
39681:87cc624f4e1e 39682:5f60884970a8
38 #include "dispextern.h" 38 #include "dispextern.h"
39 /* Disable features in frame.h that require a Window System. */ 39 /* Disable features in frame.h that require a Window System. */
40 #undef HAVE_WINDOW_SYSTEM 40 #undef HAVE_WINDOW_SYSTEM
41 #include "frame.h" 41 #include "frame.h"
42 #include "w32inevt.h" 42 #include "w32inevt.h"
43
44 #define min(a, b) ((a) < (b) ? (a) : (b))
45 43
46 /* from window.c */ 44 /* from window.c */
47 extern Lisp_Object Frecenter (); 45 extern Lisp_Object Frecenter ();
48 46
49 /* from keyboard.c */ 47 /* from keyboard.c */