comparison 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
comparison
equal deleted inserted replaced
2934:c4e9281cd650 2935:9905c1e522b8
1548 mswindows_locale_to_code_page (LCID UNUSED (lcid)) 1548 mswindows_locale_to_code_page (LCID UNUSED (lcid))
1549 { 1549 {
1550 return CP_ACP; 1550 return CP_ACP;
1551 } 1551 }
1552 1552
1553 LCID
1554 mswindows_current_locale (void)
1555 {
1556 /* In non-MULE version just return the default locale */
1557 return GetUserDefaultLCID ();
1558 }
1559
1553 #endif /* MULE */ 1560 #endif /* MULE */
1554 1561
1555 1562
1556 #ifdef CYGWIN 1563 #ifdef CYGWIN
1557 1564