Bug 558394: Define HAVE_LOCALECONV on Windows. r=jorendorff

This commit is contained in:
Jim Blandy 2010-04-15 11:43:53 -07:00
Родитель a432fc820e
Коммит 398009f78a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -687,6 +687,7 @@ if test -n "$_WIN32_MSVC"; then
# Common to all MSVC environments:
# Windows lacks <stdint.h>, but has __int8, and so on.
AC_DEFINE(JS_HAVE___INTN)
AC_DEFINE(HAVE_LOCALECONV)
case "$target" in
*-wince|*-winmo)