mirror of https://github.com/BOINC/boinc.git
parent
f9186d582b
commit
5859b98fb8
|
@ -74,6 +74,9 @@ using std::string;
|
|||
|
||||
char boinc_failed_file[256];
|
||||
|
||||
#ifdef _WIN32
|
||||
#define lstat(x,y) stat(x,y)
|
||||
#endif
|
||||
// routines for enumerating the entries in a directory
|
||||
|
||||
int is_file(const char* path) {
|
||||
|
|
Loading…
Reference in New Issue