comparison src/w32.h @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 23a1cea22d13
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 #ifndef EMACS_W32_H 1 #ifndef EMACS_W32_H
2 #define EMACS_W32_H 2 #define EMACS_W32_H
3 3
4 /* Support routines for the NT version of Emacs. 4 /* Support routines for the NT version of Emacs.
5 Copyright (C) 1994 Free Software Foundation, Inc. 5 Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
6 6
7 This file is part of GNU Emacs. 7 This file is part of GNU Emacs.
8 8
9 GNU Emacs is free software; you can redistribute it and/or modify 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 10 it under the terms of the GNU General Public License as published by
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details. 17 GNU General Public License for more details.
18 18
19 You should have received a copy of the GNU General Public License 19 You should have received a copy of the GNU General Public License
20 along with GNU Emacs; see the file COPYING. If not, write to 20 along with GNU Emacs; see the file COPYING. If not, write to
21 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 21 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22 Boston, MA 02111-1307, USA. */ 22 Boston, MA 02110-1301, USA. */
23 23
24 24
25 /* File descriptor set emulation. */ 25 /* File descriptor set emulation. */
26 26
27 /* MSVC runtime library has limit of 64 descriptors by default */ 27 /* MSVC runtime library has limit of 64 descriptors by default */
120 int err, HANDLE handles[4]); 120 int err, HANDLE handles[4]);
121 121
122 /* Return the string resource associated with KEY of type TYPE. */ 122 /* Return the string resource associated with KEY of type TYPE. */
123 extern LPBYTE w32_get_resource (char * key, LPDWORD type); 123 extern LPBYTE w32_get_resource (char * key, LPDWORD type);
124 124
125 extern void init_ntproc (); 125 extern void init_ntproc (void);
126 extern void term_ntproc (); 126 extern void term_ntproc (void);
127 extern void globals_of_w32 (); 127 extern void globals_of_w32 (void);
128 extern void syms_of_w32term (); 128 extern void syms_of_w32term (void);
129 extern void syms_of_w32fns (); 129 extern void syms_of_w32fns (void);
130 extern void globals_of_w32fns (); 130 extern void globals_of_w32fns (void);
131 extern void syms_of_w32select (); 131 extern void syms_of_w32select (void);
132 extern void syms_of_w32menu (); 132 extern void globals_of_w32select (void);
133 extern void globals_of_w32menu (); 133 extern void term_w32select (void);
134 extern void syms_of_fontset (); 134 extern void syms_of_w32menu (void);
135 extern void globals_of_w32menu (void);
136 extern void syms_of_fontset (void);
135 137
136 #endif /* EMACS_W32_H */ 138 #endif /* EMACS_W32_H */
139
140 /* arch-tag: 02c36b00-312b-4c4d-a1d9-f905c5e968f0
141 (do not change this comment) */