*** empty log message ***

svn path=/trunk/boinc/; revision=3969
This commit is contained in:
Rom Walton 2004-08-03 21:46:01 +00:00
parent 586da17e74
commit 111caff13d
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
* $Id$ * $Id$
*/ */
#include <cstdio> #include <stdio.h>
#ifndef _FCGI_STDIO #ifndef _FCGI_STDIO
#define _FCGI_STDIO 1 #define _FCGI_STDIO 1

View File

@ -15,7 +15,7 @@
#ifndef _FCGIAPP_H #ifndef _FCGIAPP_H
#define _FCGIAPP_H #define _FCGIAPP_H
#include <cstdarg> #include <stdarg.h>
#ifndef DLLAPI #ifndef DLLAPI
#ifdef _WIN32 #ifdef _WIN32