mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3969
This commit is contained in:
parent
586da17e74
commit
111caff13d
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue