- win fixes

svn path=/trunk/boinc/; revision=14947
This commit is contained in:
David Anderson 2008-03-19 18:35:25 +00:00
parent f9186d582b
commit 5859b98fb8
1 changed files with 3 additions and 0 deletions

View File

@ -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) {