Re: [Mingw-w64-public] problem with mingw-builds 4.8.1 v3 rev0 i686 32 libshlwapi.a?

2013-12-02 Thread JonY
On 12/2/2013 06:45, JonY wrote: No this will not do, there is quite a bit of manual fix up required. I already have solved the crash mystery and generated the 64bit def. I still need to do the same for the 32bit def before I can check in. Done for r6390. signature.asc Description:

[Mingw-w64-public] Linux/BSD compatible semaphore code

2013-12-02 Thread Edscott Wilson
Attached you will find code to make semaphores (as defined in semaphore.h work in a way that is compatible with Linux/FreeBSD. This code includes both named and unnamed semaphores and a working sem_getvalue function (read Linux man page before using sem_getvalue()). To use the code, do not