Bug 392274 - should _tzset on Win32, follow up to fix windows ce bustage r=crowder

This commit is contained in:
Brad Lassey 2009-04-15 20:14:42 -04:00
Родитель 1426fa72f4
Коммит cad46f40fd
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -107,7 +107,7 @@ PRMJ_LocalGMTDifference()
{
struct tm ltime;
#ifdef XP_WIN
#if defined(XP_WIN) && !defined(WINCE)
/* Windows does not follow POSIX. Updates to the
* TZ environment variable are not reflected
* immediately on that platform as they are
@ -558,7 +558,7 @@ PRMJ_DSTOffset(JSInt64 local_time)
JSLL_UI2L(local_time,PRMJ_DAY_SECONDS);
}
#ifdef XP_WIN
#if defined(XP_WIN) && !defined(WINCE)
/* Windows does not follow POSIX. Updates to the
* TZ environment variable are not reflected
* immediately on that platform as they are