mirror of https://github.com/BOINC/boinc.git
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:
parent
f255490173
commit
2ff43c743a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue