diff options
| author | Andrew Innes | 2000-12-18 23:50:56 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-12-18 23:50:56 +0000 |
| commit | 7482f2ecdb91fc951425d8f5c206a9a9e16b2e90 (patch) | |
| tree | f3990816fa1616722ba74d0adcc0df701c8d9143 /src | |
| parent | 18e070ac54fd583e435b2200fed805fa94a4268d (diff) | |
| download | emacs-7482f2ecdb91fc951425d8f5c206a9a9e16b2e90.tar.gz emacs-7482f2ecdb91fc951425d8f5c206a9a9e16b2e90.zip | |
(w32_strerror): New extern.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32.h | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -21,6 +21,7 @@ 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., 59 Temple Place - Suite 330, |
| 22 | Boston, MA 02111-1307, USA. */ | 22 | Boston, MA 02111-1307, USA. */ |
| 23 | 23 | ||
| 24 | |||
| 24 | /* File descriptor set emulation. */ | 25 | /* File descriptor set emulation. */ |
| 25 | 26 | ||
| 26 | /* MSVC runtime library has limit of 64 descriptors by default */ | 27 | /* MSVC runtime library has limit of 64 descriptors by default */ |
| @@ -103,6 +104,9 @@ extern void delete_child (child_process *cp); | |||
| 103 | 104 | ||
| 104 | /* ------------------------------------------------------------------------- */ | 105 | /* ------------------------------------------------------------------------- */ |
| 105 | 106 | ||
| 107 | /* Equivalent of strerror for W32 error codes. */ | ||
| 108 | extern char * w32_strerror (int error_no); | ||
| 109 | |||
| 106 | /* Get long (aka "true") form of file name, if it exists. */ | 110 | /* Get long (aka "true") form of file name, if it exists. */ |
| 107 | extern BOOL w32_get_long_filename (char * name, char * buf, int size); | 111 | extern BOOL w32_get_long_filename (char * name, char * buf, int size); |
| 108 | 112 | ||