*** empty log message ***

svn path=/trunk/boinc/; revision=2826
This commit is contained in:
Karl Chen 2003-12-24 01:10:05 +00:00
parent 844305680d
commit 1a9ea56977
3 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,7 @@ HANDLE graphics_threadh=NULL;
#include "error_numbers.h"
#include "boinc_api.h"
#include "graphics_api.h"
#include "filesys.h"
double boinc_max_fps = 30.;
double boinc_max_gfx_cpu_frac = 0.5;

View File

@ -67,6 +67,7 @@
#endif
#include "gutil.h"
#include "filesys.h"
#define MAX_DRAW_DISTANCE 2250000

View File

@ -105,7 +105,7 @@ string r_base64_encode (const char* from, size_t length) throw(InvalidBase64Exce
((Character) == ' ' || (Character) == '\t' || (Character) == '\n' \
|| (Character) == '\f' || (Character) == '\r')
#define READ_QUADRUPLET_BYTE(retval) \
#define READ_QUADRUPLET_BYTE() \
do { \
if (i == length) return result; \
c = from[i++]; \