*** empty log message ***

svn path=/trunk/boinc/; revision=3046
This commit is contained in:
Eric J. Korpela 2004-03-08 23:24:21 +00:00
parent 0381efc4c8
commit 70b10cbd84
2 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,8 @@
#ifdef _WIN32 #ifdef _WIN32
#include "stdafx.h" #include "stdafx.h"
#else
#include "config.h"
#endif #endif
#ifndef _WIN32 #ifndef _WIN32

View File

@ -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&);