mirror of https://github.com/BOINC/boinc.git
parent
da714ad0f9
commit
11c9b6015e
|
@ -19,6 +19,9 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#include "boinc_win.h"
|
||||
#ifdef _MSC_VER
|
||||
#define strdup _strdup
|
||||
#endif
|
||||
#else
|
||||
#include "config.h"
|
||||
#include <cstring>
|
||||
|
|
Loading…
Reference in New Issue