mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3042
This commit is contained in:
parent
f16fc0351f
commit
ec84577c1a
|
@ -10390,3 +10390,10 @@ Rom Mar 6 2004
|
|||
|
||||
client/
|
||||
cs_scheduler.c
|
||||
|
||||
Rom Mar 6 2004
|
||||
- Changed the namespace references back to the orginal references so that the clients
|
||||
will build on Solaris and Linux.
|
||||
|
||||
lib/
|
||||
util.c, .h
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include "stdafx.h"
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <cstdlib>
|
||||
|
@ -36,7 +37,9 @@
|
|||
#endif
|
||||
#include <algorithm>
|
||||
#include <fstream>
|
||||
using namespace std;
|
||||
using std::ifstream;
|
||||
using std::min;
|
||||
#endif
|
||||
|
||||
#include "error_numbers.h"
|
||||
#include "util.h"
|
||||
|
|
Loading…
Reference in New Issue