jeffc - added #defines for FCGI_feof and FCGI_ferror at the bottom of this file

svn path=/trunk/boinc/; revision=12260
This commit is contained in:
Jeff Cobb 2007-03-21 19:56:45 +00:00
parent f255490173
commit 2ff43c743a
1 changed files with 2 additions and 0 deletions

View File

@ -244,6 +244,8 @@ DLLAPI int FCGI_pclose(FCGI_FILE *);
#endif /* _FCGI_STDIO */
#define feof FCGI_feof
#define ferror FCGI_ferror
#define freopen FCGI_freopen
#define fopen FCGI_fopen
#define fprintf FCGI_fprintf