comparison src/window.c @ 27633:ab6c81c6edf8

[WINDOWSNT]: Include w32term.h.
author Andrew Innes <andrewi@gnu.org>
date Sun, 06 Feb 2000 23:37:49 +0000
parents 49dd86912d71
children 30ad7bc10779
comparison
equal deleted inserted replaced
27632:7ca771f4c076 27633:ab6c81c6edf8
34 #include "intervals.h" 34 #include "intervals.h"
35 35
36 #ifdef HAVE_X_WINDOWS 36 #ifdef HAVE_X_WINDOWS
37 #include "xterm.h" 37 #include "xterm.h"
38 #endif /* HAVE_X_WINDOWS */ 38 #endif /* HAVE_X_WINDOWS */
39 #ifdef WINDOWSNT
40 #include "w32term.h"
41 #endif
39 42
40 #ifndef max 43 #ifndef max
41 #define max(a, b) ((a) < (b) ? (b) : (a)) 44 #define max(a, b) ((a) < (b) ? (b) : (a))
42 #endif 45 #endif
43 46