*** empty log message ***

svn path=/trunk/boinc/; revision=11011
This commit is contained in:
David Anderson 2006-08-25 21:31:05 +00:00
parent e4a5904073
commit d1a3531fcb
1 changed files with 1 additions and 7 deletions

View File

@ -1,11 +1,5 @@
#include "diagnostic_win.h"
struct PROCINFO {
double virtual_size;
double working_set_size;
double user_time;
double kernel_time;
};
#include "procinfo.h"
static int get_process_information(PVOID* ppBuffer, PULONG pcbBuffer) {
int retval = 0;