diff src/sysdep.h @ 255:084402c475ba r20-5b26

Import from CVS: tag r20-5b26
author cvs
date Mon, 13 Aug 2007 10:21:18 +0200
parents 12579d965149
children 727739f917cb
line wrap: on
line diff
--- a/src/sysdep.h	Mon Aug 13 10:20:29 2007 +0200
+++ b/src/sysdep.h	Mon Aug 13 10:21:18 2007 +0200
@@ -158,6 +158,11 @@
 CONST char *strerror (int);
 #endif
 
+#ifdef WINDOWSNT
+void mswindows_set_errno (unsigned long win32_error);
+void mswindows_set_last_errno (void);
+#endif
+
 int interruptible_open (CONST char *path, int oflag, int mode);
 
 #ifndef HAVE_H_ERRNO