X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/11af46027d22daa11d0df7d5032e6925c990dad1..c832df2ec2f6528bc35f69f9fd9a4b2e470d2ebe:/src/unexw32.c diff --git a/src/unexw32.c b/src/unexw32.c index 95c805d09a..5c1c1f3f39 100644 --- a/src/unexw32.c +++ b/src/unexw32.c @@ -48,11 +48,6 @@ extern char *my_begbss_static; #include "w32heap.h" -#undef min -#undef max -#define min(x, y) (((x) < (y)) ? (x) : (y)) -#define max(x, y) (((x) > (y)) ? (x) : (y)) - /* Basically, our "initialized" flag. */ BOOL using_dynamic_heap = FALSE;