/[emacs]/emacs/src/dosfns.h
ViewVC logotype

Diff of /emacs/src/dosfns.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by eliz, Sun Mar 4 07:10:39 2001 UTC revision 1.12 by monnier, Mon Mar 4 23:41:00 2002 UTC
# Line 22  along with GNU Emacs; see the file COPYI Line 22  along with GNU Emacs; see the file COPYI
22  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23  Boston, MA 02111-1307, USA.  */  Boston, MA 02111-1307, USA.  */
24    
25  extern int dos_hyper_key;  extern EMACS_INT dos_hyper_key;
26  extern int dos_super_key;  extern EMACS_INT dos_super_key;
27  extern int dos_decimal_point;  extern EMACS_INT dos_decimal_point;
28  extern int dos_keypad_mode;  extern EMACS_INT dos_keypad_mode;
29    
30  extern int dos_keyboard_layout;  extern EMACS_INT dos_keyboard_layout;
31  extern int dos_country_code;  extern EMACS_INT dos_country_code;
32  extern int dos_codepage;  extern EMACS_INT dos_codepage;
33  extern int dos_timezone_offset;  extern EMACS_INT dos_timezone_offset;
34    
35  #define DOS_COUNTRY_INFO 34     /* no of bytes returned by dos int 38h */  #define DOS_COUNTRY_INFO 34     /* no of bytes returned by dos int 38h */
36  extern unsigned char dos_country_info[DOS_COUNTRY_INFO];  extern unsigned char dos_country_info[DOS_COUNTRY_INFO];

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26