mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4847
This commit is contained in:
parent
8cab8517fd
commit
39f42d5f85
|
@ -21280,3 +21280,12 @@ David 14 Dec 2004
|
|||
Makefile.am
|
||||
mem_usage.C,h (new)
|
||||
gui_rpc_client.C,h
|
||||
|
||||
David 14 Dec 2004
|
||||
- win compile fix
|
||||
|
||||
lib/
|
||||
mem_usage.C
|
||||
win_build/
|
||||
upper_case.vcproj
|
||||
|
||||
|
|
|
@ -1,7 +1,12 @@
|
|||
#ifdef _WIN32
|
||||
#include "boinc_win.h"
|
||||
#include "win_config.h"
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_PROCFS_H
|
||||
#include <procfs.h> // definitions for solaris /proc structs
|
||||
|
|
|
@ -234,6 +234,9 @@
|
|||
<File
|
||||
RelativePath="..\lib\hostinfo.C">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\mem_usage.C">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\mfile.C">
|
||||
</File>
|
||||
|
@ -349,6 +352,9 @@
|
|||
<File
|
||||
RelativePath="..\lib\hostinfo.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\mem_usage.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\mfile.h">
|
||||
</File>
|
||||
|
|
Loading…
Reference in New Issue