From 5a69b27afc7529a23f961dd73853e4e4f9ed3eab Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 5 Jul 2011 19:42:04 +0000 Subject: [PATCH] Fix build break svn path=/trunk/boinc/; revision=23796 --- lib/url.h | 5 +++++ win_build/boinc_os_ss.vcproj | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/lib/url.h b/lib/url.h index f48cfaa14c..be11c8d06b 100644 --- a/lib/url.h +++ b/lib/url.h @@ -15,6 +15,9 @@ // You should have received a copy of the GNU Lesser General Public License // along with BOINC. If not, see . +#ifndef URL_H +#define URL_H + #define URL_PROTOCOL_UNKNOWN 0 #define URL_PROTOCOL_HTTP 1 #define URL_PROTOCOL_HTTPS 2 @@ -39,3 +42,5 @@ extern void escape_project_url(char *in, char* out); extern bool valid_master_url(char*); extern void canonicalize_master_url(char *url); extern void canonicalize_master_url(std::string&); + +#endif diff --git a/win_build/boinc_os_ss.vcproj b/win_build/boinc_os_ss.vcproj index c0b1d6c651..c1303b71e7 100644 --- a/win_build/boinc_os_ss.vcproj +++ b/win_build/boinc_os_ss.vcproj @@ -650,6 +650,10 @@ RelativePath="..\lib\str_util.cpp" > + + @@ -747,6 +751,10 @@ RelativePath=".\stdafx.h" > + +