From 39f42d5f85889cc2a9b383691c97d420298dcfa4 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 14 Dec 2004 20:37:51 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4847 --- checkin_notes | 9 +++++++++ lib/mem_usage.C | 5 +++++ win_build/upper_case.vcproj | 6 ++++++ 3 files changed, 20 insertions(+) diff --git a/checkin_notes b/checkin_notes index 6217d3bec0..940dbfe97c 100755 --- a/checkin_notes +++ b/checkin_notes @@ -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 + diff --git a/lib/mem_usage.C b/lib/mem_usage.C index 4546d05790..a15474587c 100644 --- a/lib/mem_usage.C +++ b/lib/mem_usage.C @@ -1,7 +1,12 @@ +#ifdef _WIN32 +#include "boinc_win.h" +#include "win_config.h" +#else #include #include #include #include +#endif #ifdef HAVE_PROCFS_H #include // definitions for solaris /proc structs diff --git a/win_build/upper_case.vcproj b/win_build/upper_case.vcproj index 406f574588..e5174270e3 100644 --- a/win_build/upper_case.vcproj +++ b/win_build/upper_case.vcproj @@ -234,6 +234,9 @@ + + @@ -349,6 +352,9 @@ + +