aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorAndrew Innes <[email protected]>2000-08-22 22:19:26 +0000
committerAndrew Innes <[email protected]>2000-08-22 22:19:26 +0000
commitf12ef5ebfd680c9aeeab106d0de5966ee3bf2075 (patch)
tree0d9395cf00783823e36d849d0eb510cdf3d18bf6 /src/fileio.c
parent1f9c3929c54fbb9e1e25c6cede937b5aaa65a41f (diff)
[USE_CRT_DLL]: Remove unnecessary extern, which screws
up dllimport attributes.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 38a605ad12..b5b9213d89 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -65,8 +65,10 @@ Boston, MA 02111-1307, USA. */
#include <errno.h>
#ifndef vax11c
+#ifndef USE_CRT_DLL
extern int errno;
#endif
+#endif
#ifdef APOLLO
#include <sys/time.h>