dlls/msvcrt/time.c build breakage

Gerald Pfeifer pfeifer at dbai.tuwien.ac.at
Sun May 15 12:10:10 CDT 2005


The following change to dlls/msvcrt/time.c

  revision 1.22
  date: 2005/05/14 11:07:10;  author: julliard;  state: Exp;  lines: +31 -4
  Juan Lang <juan_lang at yahoo.com>
  - move _timezone to time.c, and correct its type
  - implement _tzset, and initialize _daylight, _timezone, and _tzname
    from libc values

breaks the build on FreeBSD 4.10:

  time.c: In function `MSVCRT__tzset':
  time.c:351: error: `daylight' undeclared (first use in this function)
  time.c:351: error: (Each undeclared identifier is reported only once
  time.c:351: error: for each function it appears in.)
  time.c:352: warning: assignment makes integer from pointer without a cast

Would you mind fixing this?

Gerald



More information about the wine-devel mailing list