diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/ms-w32.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 0ec0ef5f60b..7c1c62e3ffd 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -457,12 +457,6 @@ extern char *get_emacs_configuration_options (void); | |||
| 457 | #endif | 457 | #endif |
| 458 | #include <string.h> | 458 | #include <string.h> |
| 459 | 459 | ||
| 460 | /* Emacs takes care of ensuring that these are defined. */ | ||
| 461 | #ifdef max | ||
| 462 | #undef max | ||
| 463 | #undef min | ||
| 464 | #endif | ||
| 465 | |||
| 466 | /* We need a little extra space, see ../../lisp/loadup.el */ | 460 | /* We need a little extra space, see ../../lisp/loadup.el */ |
| 467 | #define SYSTEM_PURESIZE_EXTRA 137500 | 461 | #define SYSTEM_PURESIZE_EXTRA 137500 |
| 468 | 462 | ||