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