gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash ChangeLog libbase/ClockTime.h


From: zou lunkai
Subject: Re: [Gnash-commit] gnash ChangeLog libbase/ClockTime.h
Date: Tue, 8 Apr 2008 08:59:15 +0800

> Win32 needs to include <sys/time.h> too.

Question: what does Win32 mean to Gnash?

If it is Cygwin/Mgwin(GCC tool chain),  this file of course exists,
since the Cygwin provides many of the unix like/specific functions. If
it is MSVC6.0~8.0(MS compiler), this file is not supported.

--zou


On 4/8/08, Dossy Shiobara <address@hidden> wrote:
> CVSROOT:        /sources/gnash
> Module name:    gnash
> Changes by:     Dossy Shiobara <dossy>  08/04/07 18:24:06
>
> Modified files:
>        .              : ChangeLog
>        libbase        : ClockTime.h
>
> Log message:
>        Win32 needs to include <sys/time.h> too.
>
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6206&r2=1.6207
> http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/ClockTime.h?cvsroot=gnash&r1=1.1&r2=1.2
>
> Patches:
> Index: ChangeLog
> ===================================================================
> RCS file: /sources/gnash/gnash/ChangeLog,v
> retrieving revision 1.6206
> retrieving revision 1.6207
> diff -u -b -r1.6206 -r1.6207
> --- ChangeLog   7 Apr 2008 18:03:45 -0000       1.6206
> +++ ChangeLog   7 Apr 2008 18:24:05 -0000       1.6207
> @@ -1,3 +1,7 @@
> +2008-04-07  Dossy Shiobara <address@hidden>
> +
> +       * libbase/ClockTime.h: Win32 needs to include <sys/time.h> too.
> +
>  2008-04-07 Sandro Santilli <address@hidden>
>
>        * testsuite/actionscript.all/Object.as: another test to show
>
> Index: libbase/ClockTime.h
> ===================================================================
> RCS file: /sources/gnash/gnash/libbase/ClockTime.h,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -b -r1.1 -r1.2
> --- libbase/ClockTime.h 7 Apr 2008 10:59:26 -0000       1.1
> +++ libbase/ClockTime.h 7 Apr 2008 18:24:06 -0000       1.2
> @@ -22,6 +22,7 @@
>
>  #include <boost/cstdint.hpp>
>  #include "dsodefs.h"
> +#include <sys/time.h> // for struct timezone
>
>  namespace clocktime
>  {
>
>
> _______________________________________________
> Gnash-commit mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnash-commit
>




reply via email to

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