comparison src/w32.h @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents f0df5f687c15
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
110 110
111 /* Get long (aka "true") form of file name, if it exists. */ 111 /* Get long (aka "true") form of file name, if it exists. */
112 extern BOOL w32_get_long_filename (char * name, char * buf, int size); 112 extern BOOL w32_get_long_filename (char * name, char * buf, int size);
113 113
114 /* Prepare our standard handles for proper inheritance by child processes. */ 114 /* Prepare our standard handles for proper inheritance by child processes. */
115 extern void prepare_standard_handles (int in, int out, 115 extern void prepare_standard_handles (int in, int out,
116 int err, HANDLE handles[4]); 116 int err, HANDLE handles[4]);
117 117
118 /* Reset our standard handles to their original state. */ 118 /* Reset our standard handles to their original state. */
119 extern void reset_standard_handles (int in, int out, 119 extern void reset_standard_handles (int in, int out,
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