mirror of https://github.com/BOINC/boinc.git
client: more MAXPATHLEN fixes
This commit is contained in:
parent
ef82d5d9fb
commit
6b5285ba04
|
@ -23,11 +23,12 @@
|
|||
#include <vector>
|
||||
#endif
|
||||
|
||||
#include "client_types.h"
|
||||
#include "common_defs.h"
|
||||
#include "app_ipc.h"
|
||||
#include "common_defs.h"
|
||||
#include "procinfo.h"
|
||||
|
||||
#include "client_types.h"
|
||||
|
||||
#define ABORT_TIMEOUT 15
|
||||
// if we send app <abort> request, wait this long before killing it.
|
||||
// This gives it time to download symbol files (which can be several MB)
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include <zlib.h>
|
||||
#endif
|
||||
|
||||
#include "filesys.h"
|
||||
#include "md5.h"
|
||||
|
||||
struct FILE_INFO;
|
||||
|
|
Loading…
Reference in New Issue