Hi,
On Thu, 8 Dec 2016, at 00:28, JonY wrote:
> On 12/07/2016 02:14 PM, Hugo Beauzée-Luyssen wrote:
> > _lock_file & _unlock_file are always declared as __declspec(import),
> > causing linking programs to search for a __imp___lock_file symbol which
> > wasn't available
>
> Patch OK, please apply.
On 12/07/2016 02:14 PM, Hugo Beauzée-Luyssen wrote:
> _lock_file & _unlock_file are always declared as __declspec(import),
> causing linking programs to search for a __imp___lock_file symbol which
> wasn't available
Patch OK, please apply.
signature.asc
Description: OpenPGP digital signature
-
On 12/07/2016 07:45 PM, Riot wrote:
> Hi all,
>
> I've been using MinGW-w64 for a long while now, but always on windows. I'm
> currently trying to cross-compile windows projects on linux for the first
> time.
>
> The issue I've run into is that std::experimental is not enabled in
> Debian's pack
Hi all,
I've been using MinGW-w64 for a long while now, but always on windows. I'm
currently trying to cross-compile windows projects on linux for the first
time.
The issue I've run into is that std::experimental is not enabled in
Debian's packaged version of mingw-w64, which I need for
std::exp
_lock_file & _unlock_file are always declared as __declspec(import),
causing linking programs to search for a __imp___lock_file symbol which
wasn't available
---
mingw-w64-crt/stdio/mingw_lock.c | 4
1 file changed, 4 insertions(+)
diff --git a/mingw-w64-crt/stdio/mingw_lock.c b/mingw-w64-cr