Mercurial > emacs
comparison src/dosfns.h @ 20035:0d4dec332d85
Declare Vdos_windows_version.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 13 Oct 1997 16:29:00 +0000 |
parents | ee40177f6c68 |
children | 8bf9ad7816a8 |
comparison
equal
deleted
inserted
replaced
20034:674d7beabce0 | 20035:0d4dec332d85 |
---|---|
31 | 31 |
32 #define DOS_COUNTRY_INFO 34 /* no of bytes returned by dos int 38h */ | 32 #define DOS_COUNTRY_INFO 34 /* no of bytes returned by dos int 38h */ |
33 extern unsigned char dos_country_info[DOS_COUNTRY_INFO]; | 33 extern unsigned char dos_country_info[DOS_COUNTRY_INFO]; |
34 | 34 |
35 extern Lisp_Object Vdos_version; | 35 extern Lisp_Object Vdos_version; |
36 extern Lisp_Object Vdos_windows_version; | |
36 #ifndef HAVE_X_WINDOWS | 37 #ifndef HAVE_X_WINDOWS |
37 extern Lisp_Object Vdos_display_scancodes; | 38 extern Lisp_Object Vdos_display_scancodes; |
38 extern Lisp_Object Qmsdos_color_translate; | 39 extern Lisp_Object Qmsdos_color_translate; |
39 #endif | 40 #endif |