From 2a251d4dafb6c3937de900afc078f2f633fce953 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Thu, 26 Mar 2009 16:10:17 +0000 Subject: [PATCH] Fix compile break on Windows svn path=/trunk/boinc/; revision=17663 --- lib/gui_rpc_client.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/gui_rpc_client.h b/lib/gui_rpc_client.h index 14111f537d..f898b2c744 100644 --- a/lib/gui_rpc_client.h +++ b/lib/gui_rpc_client.h @@ -706,7 +706,9 @@ extern locale_t uselocale(locale_t) __attribute__((weak_import)); }; #else +#ifndef _WIN32 #include +#endif struct SET_LOCALE { // Don't need this if we have per-thread locale