diff options
author | sof <unknown> | 1999-05-05 10:33:17 +0000 |
---|---|---|
committer | sof <unknown> | 1999-05-05 10:33:17 +0000 |
commit | e548e8aa01501daa9ac475af7e8318ff888dc2da (patch) | |
tree | e083d122c6fca781a4160a4dd12566b5ee59c1c6 /ghc/lib/std/cbits/timezone.h | |
parent | bdfb8e754737017c7f4a65d71464cb8878b65f10 (diff) | |
download | haskell-e548e8aa01501daa9ac475af7e8318ff888dc2da.tar.gz |
[project @ 1999-05-05 10:33:13 by sof]
Winsock support
Diffstat (limited to 'ghc/lib/std/cbits/timezone.h')
-rw-r--r-- | ghc/lib/std/cbits/timezone.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/lib/std/cbits/timezone.h b/ghc/lib/std/cbits/timezone.h index e1edf0d26d..aa28ea69d1 100644 --- a/ghc/lib/std/cbits/timezone.h +++ b/ghc/lib/std/cbits/timezone.h @@ -1,7 +1,7 @@ /* * (c) The GRASP/AQUA Project, Glasgow University, 1994-1998 * - * $Id: timezone.h,v 1.8 1999/03/03 17:17:05 simonm Exp $ + * $Id: timezone.h,v 1.9 1999/05/05 10:33:17 sof Exp $ * * Time-zone support header */ @@ -63,7 +63,7 @@ #define SETZONE(x,z) (((struct tm *)x)->tm_zone = z) #define GMTOFF(x) (((struct tm *)x)->tm_gmtoff) #else /* ! HAVE_TM_ZONE */ -# if HAVE_TZNAME || cygwin32_TARGET_OS +# if HAVE_TZNAME || _WIN32 # if cygwin32_TARGET_OS # define tzname _tzname # endif |