Fix for non-VC++ compilers.

svn path=/trunk/boinc/; revision=10619
This commit is contained in:
Eric J. Korpela 2006-07-11 16:39:34 +00:00
parent 0ed4692974
commit 129b7e7ab7
1 changed files with 1 additions and 1 deletions

View File

@ -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;