diff options
author | Andrew Innes <andrewi@gnu.org> | 2001-10-08 22:41:09 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2001-10-08 22:41:09 +0000 |
commit | 76ba8dafafca61a90eccf5671e8ec84d5b817acd (patch) | |
tree | 787b35e523c3aaa30d478905fef62b01f9689874 /src/w32gui.h | |
parent | 152180e34e42cff9082d73954cb676557b60be23 (diff) |
Do not undef min and max.
Diffstat (limited to 'src/w32gui.h')
-rw-r--r-- | src/w32gui.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/w32gui.h b/src/w32gui.h index 3d4909217f..13a9b9b210 100644 --- a/src/w32gui.h +++ b/src/w32gui.h @@ -21,11 +21,6 @@ Boston, MA 02111-1307, USA. */ #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" |