summaryrefslogtreecommitdiff
path: root/src/w32heap.h
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2001-10-08 22:41:09 +0000
committerAndrew Innes <andrewi@gnu.org>2001-10-08 22:41:09 +0000
commit76ba8dafafca61a90eccf5671e8ec84d5b817acd (patch)
tree787b35e523c3aaa30d478905fef62b01f9689874 /src/w32heap.h
parent152180e34e42cff9082d73954cb676557b60be23 (diff)
downloademacs-76ba8dafafca61a90eccf5671e8ec84d5b817acd.tar.gz
Do not undef min and max.
Diffstat (limited to 'src/w32heap.h')
-rw-r--r--src/w32heap.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/w32heap.h b/src/w32heap.h
index 8c50c088675..6abd658b76d 100644
--- a/src/w32heap.h
+++ b/src/w32heap.h
@@ -25,11 +25,6 @@ Boston, MA 02111-1307, USA.
#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))