Mercurial > hg > xemacs-beta
diff src/intl-win32.c @ 2935:9905c1e522b8
[xemacs-hg @ 2005-09-16 08:51:25 by mta]
* intl-win32.c (mswindows_current_locale): Define in non-MULE build.
author | mta |
---|---|
date | Fri, 16 Sep 2005 08:51:26 +0000 |
parents | a48989ca6db3 |
children | 3e7493e76dc7 |
line wrap: on
line diff
--- a/src/intl-win32.c Thu Sep 15 21:51:12 2005 +0000 +++ b/src/intl-win32.c Fri Sep 16 08:51:26 2005 +0000 @@ -1550,6 +1550,13 @@ return CP_ACP; } +LCID +mswindows_current_locale (void) +{ + /* In non-MULE version just return the default locale */ + return GetUserDefaultLCID (); +} + #endif /* MULE */