Mercurial > emacs
changeset 39711:d943962e1b24
Do not undef min and max.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Mon, 08 Oct 2001 22:40:07 +0000 |
parents | 45e11013c850 |
children | a040a5379006 |
files | src/s/ms-w32.h src/w32gui.h src/w32heap.h |
diffstat | 3 files changed, 0 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/ms-w32.h Mon Oct 08 22:39:06 2001 +0000 +++ b/src/s/ms-w32.h Mon Oct 08 22:40:07 2001 +0000 @@ -457,12 +457,6 @@ #endif #include <string.h> -/* Emacs takes care of ensuring that these are defined. */ -#ifdef max -#undef max -#undef min -#endif - /* We need a little extra space, see ../../lisp/loadup.el */ #define SYSTEM_PURESIZE_EXTRA 137500
--- a/src/w32gui.h Mon Oct 08 22:39:06 2001 +0000 +++ b/src/w32gui.h Mon Oct 08 22:40:07 2001 +0000 @@ -21,11 +21,6 @@ #ifndef EMACS_W32GUI_H #define EMACS_W32GUI_H #include <windows.h> -/* Emacs takes care of ensuring that these are defined. */ -#ifdef max -#undef max -#undef min -#endif #include "w32bdf.h"
--- a/src/w32heap.h Mon Oct 08 22:39:06 2001 +0000 +++ b/src/w32heap.h Mon Oct 08 22:40:07 2001 +0000 @@ -25,11 +25,6 @@ #define NTHEAP_H_ #include <windows.h> -/* Emacs takes care of ensuring that these are defined. */ -#ifdef max -#undef max -#undef min -#endif #define ROUND_UP(p, align) (((DWORD)(p) + (align)-1) & ~((align)-1)) #define ROUND_DOWN(p, align) ((DWORD)(p) & ~((align)-1))