mirror of https://github.com/BOINC/boinc.git
Fix for non-VC++ compilers.
svn path=/trunk/boinc/; revision=10619
This commit is contained in:
parent
0ed4692974
commit
129b7e7ab7
|
@ -57,7 +57,7 @@
|
|||
#define MAX_STDOUT_FILE_SIZE 2048*1024
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
|
||||
static _CrtMemState start_snapshot;
|
||||
static _CrtMemState finish_snapshot;
|
||||
|
|
Loading…
Reference in New Issue