mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2826
This commit is contained in:
parent
844305680d
commit
1a9ea56977
|
@ -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;
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
#endif
|
||||
|
||||
#include "gutil.h"
|
||||
#include "filesys.h"
|
||||
|
||||
#define MAX_DRAW_DISTANCE 2250000
|
||||
|
||||
|
|
|
@ -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++]; \
|
||||
|
|
Loading…
Reference in New Issue