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 18:38:39


Andrey Semashev wrote:
> Yes, MinGW-w64 defines _Interlocked* functions in terms of gcc intrinsics
> internally, in intrin.h. This header is only available in MinGW-w64 and
> not
> MinGW (the original project). Considering all that I prepared a patch for
> interlocked.hpp (attached, the patch is against trunk).

I'm OK with that too, if it works for Frederic.