Quick Updates

svn path=/trunk/boinc/; revision=24765
This commit is contained in:
Rom Walton 2011-12-09 16:16:56 +00:00
parent a1129b9b9c
commit 7622cd57db
1 changed files with 3 additions and 3 deletions

View File

@ -112,9 +112,9 @@ int VBOX_VM::vbm_popen(string& arguments, string& output, const char* item) {
PROCESS_INFORMATION pi;
SECURITY_ATTRIBUTES sa;
SECURITY_DESCRIPTOR sd;
HANDLE hReadPipe, hWritePipe;
void* pBuf;
DWORD dwCount;
HANDLE hReadPipe = NULL, hWritePipe = NULL;
void* pBuf = NULL;
DWORD dwCount = 0;
unsigned long ulExitCode = 0;
memset(&si, 0, sizeof(si));