mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Initialise locale early
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9665 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
403be4b258
commit
87c9d2e2e5
3 changed files with 25 additions and 3 deletions
|
@ -570,7 +570,10 @@ static BOOL double_release_check_enabled = NO;
|
|||
{
|
||||
if (self == [NSObject class])
|
||||
{
|
||||
extern void GSBuildStrings(); // See externs.m
|
||||
extern void GSBuildStrings(); // See externs.m
|
||||
extern const char* GSSetLocaleC(); // See GSLocale.m
|
||||
|
||||
GSSetLocaleC(""); // Set up locale from environment.
|
||||
|
||||
#ifdef __MINGW__
|
||||
// See libgnustep-base-entry.m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue