svn path=/trunk/boinc/; revision=20567

This commit is contained in:
David Anderson 2010-02-15 01:04:59 +00:00
parent 768f3bfe0b
commit 94e789c0d8
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ int get_procinfo_XP(vector<PROCINFO>& pi) {
ULONG cbBuffer = 128*1024; // 128k initial buffer
PVOID pBuffer = NULL;
PSYSTEM_PROCESSES pProcesses = NULL;
statid DWORD pid = 0;
static DWORD pid = 0;
if (!pid) {
pid = GetCurrentProcessId();