gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash ChangeLog plugin/win32/plugin.cpp


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog plugin/win32/plugin.cpp
Date: Mon, 26 May 2008 10:43:05 +0200

On Mon, May 26, 2008 at 08:03:17AM +0000, Benjamin Wolsey wrote:

> Index: plugin/win32/plugin.cpp
> ===================================================================
> RCS file: /sources/gnash/gnash/plugin/win32/plugin.cpp,v
> retrieving revision 1.15
> retrieving revision 1.16
> diff -u -b -r1.15 -r1.16
> --- plugin/win32/plugin.cpp   15 Mar 2008 23:39:01 -0000      1.15
> +++ plugin/win32/plugin.cpp   26 May 2008 08:03:17 -0000      1.16
> @@ -64,8 +64,8 @@
>  #include <windowsx.h>
>  #include <wingdi.h>
>  
> -#include <stdarg.h>
> -#include <stdint.h>
> +#include <cstdarg>
> +#include <cstdint>


Should that be:
#include <boost/cstdint.hpp> 

--strk;




reply via email to

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