Mercurial > emacs
changeset 34697:ba9de1745e36
(w32_strerror): New extern.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Mon, 18 Dec 2000 23:50:56 +0000 |
parents | a1785afaedef |
children | cc62e2e0949d |
files | src/w32.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32.h Mon Dec 18 23:50:26 2000 +0000 +++ b/src/w32.h Mon Dec 18 23:50:56 2000 +0000 @@ -21,6 +21,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + /* File descriptor set emulation. */ /* MSVC runtime library has limit of 64 descriptors by default */ @@ -103,6 +104,9 @@ /* ------------------------------------------------------------------------- */ +/* Equivalent of strerror for W32 error codes. */ +extern char * w32_strerror (int error_no); + /* Get long (aka "true") form of file name, if it exists. */ extern BOOL w32_get_long_filename (char * name, char * buf, int size);