diff src/fileio.c @ 31095:e19d38e14720

[USE_CRT_DLL]: Remove unnecessary extern, which screws up dllimport attributes.
author Andrew Innes <andrewi@gnu.org>
date Tue, 22 Aug 2000 22:19:26 +0000
parents 5c0b3d6959c4
children 4da753e82172
line wrap: on
line diff
--- a/src/fileio.c	Tue Aug 22 22:16:41 2000 +0000
+++ b/src/fileio.c	Tue Aug 22 22:19:26 2000 +0000
@@ -65,8 +65,10 @@
 #include <errno.h>
 
 #ifndef vax11c
+#ifndef USE_CRT_DLL
 extern int errno;
 #endif
+#endif
 
 #ifdef APOLLO
 #include <sys/time.h>