mingw compilation fixes

This commit is contained in:
U-vsc-win7\vsc
2010-08-04 18:05:46 +01:00
parent f2dff606ef
commit 41a648c816
2 changed files with 3 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ value is EAST and includes the DST offset.
static int
tz_offset()
{
#if defined(HAVE_VAR_TIMEZONE) || _WIN64
#if defined(HAVE_VAR_TIMEZONE) || _WIN64 || _WIN32
do_tzset();
return timezone;
#else