mirror of https://github.com/BOINC/boinc.git
<cstdio> is a C++ haeder - moved it to __cplusplus section (lib/filesys.h)
svn path=/trunk/boinc/; revision=18044
This commit is contained in:
parent
9a1c86fff3
commit
097a70d308
|
@ -4383,3 +4383,8 @@ David 7 May 2009
|
|||
backend_lib.cpp
|
||||
create_work.cpp
|
||||
dir_hier_path.cpp
|
||||
|
||||
Bernd 7 May 2009
|
||||
- <cstdio> is a C++ haeder - moved it to __cplusplus section
|
||||
lib/
|
||||
filesys.h
|
||||
|
|
|
@ -25,11 +25,11 @@
|
|||
|
||||
#if defined(_WIN32) && !defined(__CYGWIN32__)
|
||||
#else
|
||||
#include <cstdio>
|
||||
#include <dirent.h>
|
||||
#include <grp.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue