Fix compile break on Windows

svn path=/trunk/boinc/; revision=17663
This commit is contained in:
Charlie Fenton 2009-03-26 16:10:17 +00:00
parent 78ecec4b16
commit 2a251d4daf
1 changed files with 2 additions and 0 deletions

View File

@ -706,7 +706,9 @@ extern locale_t uselocale(locale_t) __attribute__((weak_import));
};
#else
#ifndef _WIN32
#include <xlocale.h>
#endif
struct SET_LOCALE {
// Don't need this if we have per-thread locale