diff src/sysfile.h @ 4931:8a08cf0b7583

merge
author Ben Wing <ben@xemacs.org>
date Thu, 21 Jan 2010 00:46:37 -0600
parents 5ab6dc5d789e
children 19a72041c5ed
line wrap: on
line diff
--- a/src/sysfile.h	Wed Jan 20 04:20:49 2010 -0600
+++ b/src/sysfile.h	Thu Jan 21 00:46:37 2010 -0600
@@ -38,6 +38,11 @@
 # include <sys/errno.h>		/* <errno.h> does not always imply this */
 #endif
 
+/* EOVERFLOW isn't defined on native Windows under VC6 */
+#ifndef EOVERFLOW
+# define EOVERFLOW    10139
+#endif
+
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif