$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Boost-users] cross-compilation x86_64-w64-ming32: undefined reference to `InterlockedIncrement'
From: Peter Dimov (lists_at_[hidden])
Date: 2013-09-23 08:54:18
Frédéric Bron wrote:
> > I don't understand why your patch removes the definition of
> > BOOST_INTERLOCKED_IMPORT. Doesn't this break every use of this macro?
>
> in fact, I am not using this section with mingw-w64 but the section that
> was used for MSVC before.
I know. Other compilers are using this section though, and they will break
if the definition is removed. Which is why I asked why you decided to remove
it.