]> code.delx.au - gnu-emacs/blob - src/dosfns.h
Convert consecutive FSF copyright years to ranges.
[gnu-emacs] / src / dosfns.h
1 /* MS-DOS specific Lisp utilities interface.
2 Coded by Manabu Higashida, 1991.
3 Modified by Morten Welinder, 1993-1994.
4
5 Copyright (C) 1991, 1994-1995, 1997, 1999, 2001-2011 Free Software Foundation, Inc.
6
7 This file is part of GNU Emacs.
8
9 GNU Emacs is free software: you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation, either version 3 of the License, or
12 (at your option) any later version.
13
14 GNU Emacs is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
21
22 #define DOS_COUNTRY_INFO 34 /* no of bytes returned by dos int 38h */
23 extern unsigned char dos_country_info[DOS_COUNTRY_INFO];
24
25 #ifndef HAVE_X_WINDOWS
26 extern int msdos_stdcolor_idx (const char *);
27 extern Lisp_Object msdos_stdcolor_name (int);
28 extern void x_set_title (struct frame *, Lisp_Object);
29 #endif
30