eliminate DLL import/export warning

This commit is contained in:
Jeff Hill
1998-06-16 03:22:21 +00:00
parent c8be1c9e5e
commit 485da02820
+2
View File
@@ -876,5 +876,7 @@ extern int yylex PROTO(());
/* The Unix kernel calls used here */
extern int read PROTO((int, char*, int));
#ifndef _WIN32
extern int unlink PROTO((char*));
#endif
extern int write PROTO((int, char*, int));