gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AW: AW: AW: [Gnash-commit] buildbot failure in Gnash on gnash-win32-


From: Dossy Shiobara
Subject: Re: AW: AW: AW: [Gnash-commit] buildbot failure in Gnash on gnash-win32-win2000
Date: Mon, 7 Apr 2008 00:10:30 -0400
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

On 2008.04.06, Benjamin Wolsey <address@hidden> wrote:
> This is in log.cpp:
> 
> #if defined(_WIN32) && defined(WIN32)
> // Required for SYSTEMTIME definitions
> # include <windows.h>
> # include <sys/types.h>
> #endif
> 
> Are they perhaps necessary for windows?

I just read through /mingw/include/c++/3.4.2/ctime, and I see:

    #include <time.h>

    // Get rid of those macros defined in <time.h> in lieu of real functions.
    #undef clock
    #undef difftime
    #undef mktime
    #undef time
    #undef asctime
    #undef ctime
    #undef gmtime
    #undef localtime
    #undef strftime

This will require some hackery.  I'll take a stab at it tomorrow.


-- 
Dossy Shiobara              | address@hidden | http://dossy.org/
Panoptic Computer Network   | http://panoptic.com/
  "He realized the fastest way to change is to laugh at your own
    folly -- then you can let go and quickly move on." (p. 70)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]