aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32gui.h
diff options
context:
space:
mode:
authorAndrew Innes2001-10-08 22:41:09 +0000
committerAndrew Innes2001-10-08 22:41:09 +0000
commit76ba8dafafca61a90eccf5671e8ec84d5b817acd (patch)
tree787b35e523c3aaa30d478905fef62b01f9689874 /src/w32gui.h
parent152180e34e42cff9082d73954cb676557b60be23 (diff)
downloademacs-76ba8dafafca61a90eccf5671e8ec84d5b817acd.tar.gz
emacs-76ba8dafafca61a90eccf5671e8ec84d5b817acd.zip
Do not undef min and max.
Diffstat (limited to 'src/w32gui.h')
-rw-r--r--src/w32gui.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/w32gui.h b/src/w32gui.h
index 3d4909217fe..13a9b9b2104 100644
--- a/src/w32gui.h
+++ b/src/w32gui.h
@@ -21,11 +21,6 @@ Boston, MA 02111-1307, USA. */
21#ifndef EMACS_W32GUI_H 21#ifndef EMACS_W32GUI_H
22#define EMACS_W32GUI_H 22#define EMACS_W32GUI_H
23#include <windows.h> 23#include <windows.h>
24/* Emacs takes care of ensuring that these are defined. */
25#ifdef max
26#undef max
27#undef min
28#endif
29 24
30#include "w32bdf.h" 25#include "w32bdf.h"
31 26