Project

General

Profile

Actions

Bug #2999

closed

_WIN32 already has tzname and daylight defined.

Added by docwhat (Christian Höltje) about 14 years ago. Updated almost 13 years ago.

Status:
Rejected
Assignee:
-
ruby -v:
1.9.1-p376
[ruby-core:28906]

Description

=begin
I had to change line 129 from:
#if !defined(OS2) && defined(HAVE_TZNAME)
to:
#if !defined(OS2) && defined(HAVE_TZNAME) && !defined _WIN32

This is under Windows with Visual Studio 8 - 2005.

daylight and tzname are both already defined and the new extern's are not compatible with the previous definitions.
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0Like0