mirror of https://github.com/BOINC/boinc.git
Fix compile break on Windows
svn path=/trunk/boinc/; revision=17663
This commit is contained in:
parent
78ecec4b16
commit
2a251d4daf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue