Fix compilation error in xmenu.c for non-toolkit builds.
[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
429ab54e 5 Copyright (C) 1991, 1994, 1995, 1997, 1999, 2001, 2002, 2003, 2004,
114f9c96 6 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, 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
31ade731
SM
23extern EMACS_INT dos_hyper_key;
24extern EMACS_INT dos_super_key;
25extern EMACS_INT dos_decimal_point;
26extern EMACS_INT dos_keypad_mode;
27
28extern EMACS_INT dos_keyboard_layout;
29extern EMACS_INT dos_country_code;
30extern EMACS_INT dos_codepage;
31extern EMACS_INT dos_timezone_offset;
03d50ea5
KS
32
33#define DOS_COUNTRY_INFO 34 /* no of bytes returned by dos int 38h */
34extern unsigned char dos_country_info[DOS_COUNTRY_INFO];
35
1b94449f 36extern Lisp_Object Vdos_version;
05d059c2 37extern Lisp_Object Vdos_windows_version;
87485d6f 38#ifndef HAVE_X_WINDOWS
03d50ea5 39extern Lisp_Object Vdos_display_scancodes;
ab39b7a5 40
9e892c8d
J
41extern int msdos_stdcolor_idx (const char *);
42extern Lisp_Object msdos_stdcolor_name (int);
87485d6f 43#endif
ab5796a9
MB
44
45/* arch-tag: a83b8c4c-63c8-451e-9e94-bc72e3e2f8bc
46 (do not change this comment) */