mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3046
This commit is contained in:
parent
0381efc4c8
commit
70b10cbd84
|
@ -22,6 +22,8 @@
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
|
#else
|
||||||
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
|
|
|
@ -121,7 +121,7 @@ extern int boinc_finish(int);
|
||||||
extern bool boinc_is_standalone();
|
extern bool boinc_is_standalone();
|
||||||
|
|
||||||
extern int boinc_resolve_filename(const char*, char*, int len);
|
extern int boinc_resolve_filename(const char*, char*, int len);
|
||||||
extern int boinc_resolve_filename(const char*, string&);
|
extern int boinc_resolve_filename(const char*, std::string&);
|
||||||
|
|
||||||
extern int boinc_parse_init_data_file();
|
extern int boinc_parse_init_data_file();
|
||||||
extern int boinc_get_init_data(APP_INIT_DATA&);
|
extern int boinc_get_init_data(APP_INIT_DATA&);
|
||||||
|
|
Loading…
Reference in New Issue