gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash/libbase log.cpp network.cpp network.h tu_...


From: strk
Subject: Re: [Gnash-commit] gnash/libbase log.cpp network.cpp network.h tu_...
Date: Fri, 27 Oct 2006 16:43:49 +0200

On Fri, Oct 27, 2006 at 02:29:02PM +0000, Vitaly Alexeev wrote:

> +#if defined(_WIN32) || defined(WIN32)
> +#define lock(io_mutex) ;
> +#define scoped_lock ;
> +#else
> +     #include <boost/detail/lightweight_mutex.hpp>
> +     using boost::detail::lightweight_mutex;
> +     #define scoped_lock lightweight_mutex::scoped_lock
> +     static lightweight_mutex io_mutex;
> +#endif

I belive boost works fine with WIN32, could you please try ?

--strk;




reply via email to

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