comparison src/w32.h @ 90580:7f3f771c85fa

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 382-398) - Update from CVS - Update from erc--emacs--22 - Fix ERC bug introduced in last patch - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 123-125) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-101
author Miles Bader <miles@gnu.org>
date Wed, 16 Aug 2006 14:08:49 +0000
parents 8a8e69664178 875a47d81ba5
children 95d0cdf160ea
comparison
equal deleted inserted replaced
90579:c78f05b8f09e 90580:7f3f771c85fa
108 /* ------------------------------------------------------------------------- */ 108 /* ------------------------------------------------------------------------- */
109 109
110 /* Equivalent of strerror for W32 error codes. */ 110 /* Equivalent of strerror for W32 error codes. */
111 extern char * w32_strerror (int error_no); 111 extern char * w32_strerror (int error_no);
112 112
113 /* Validate a pointer. */
114 extern int w32_valid_pointer_p (void *, int);
115
113 /* Get long (aka "true") form of file name, if it exists. */ 116 /* Get long (aka "true") form of file name, if it exists. */
114 extern BOOL w32_get_long_filename (char * name, char * buf, int size); 117 extern BOOL w32_get_long_filename (char * name, char * buf, int size);
115 118
116 /* Prepare our standard handles for proper inheritance by child processes. */ 119 /* Prepare our standard handles for proper inheritance by child processes. */
117 extern void prepare_standard_handles (int in, int out, 120 extern void prepare_standard_handles (int in, int out,