comparison src/window.c @ 27956:8d38dbe58989

[MSDOS]: Include msdos.h (for the definition of FRAME_INTERNAL_BORDER_WIDTH).
author Eli Zaretskii <eliz@gnu.org>
date Thu, 02 Mar 2000 12:22:49 +0000
parents 1322db65a230
children 7e296e4ec801
comparison
equal deleted inserted replaced
27955:5581551e2b8f 27956:8d38dbe58989
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 39 #ifdef WINDOWSNT
40 #include "w32term.h" 40 #include "w32term.h"
41 #endif
42 #ifdef MSDOS
43 #include "msdos.h"
41 #endif 44 #endif
42 45
43 #ifndef max 46 #ifndef max
44 #define max(a, b) ((a) < (b) ? (b) : (a)) 47 #define max(a, b) ((a) < (b) ? (b) : (a))
45 #endif 48 #endif