[Mingw-w64-public] [adsiid.lib] Linking with Adsiid

2015-01-23 Thread Kyle Ketterer
Hello all, I am working on a project which I am compiling with Mingw64 and I need use some of the ADS COM functions which depend upon adsiid.lib. It doesn't appear that [out of the box] Mingw64 has this .a lib. Therefore, I am getting undefined reference issues, etc. Is there any possible way to

Re: [Mingw-w64-public] [PATCH] Moved InterlockedAdd and InterlockedAdd64 from winnt.h to intrin-impl.h.

2015-01-23 Thread Jacek Caban
On 01/23/15 14:48, Jacek Caban wrote: > --- > mingw-w64-crt/intrincs/ilockadd.c| 31 > +++- > mingw-w64-crt/intrincs/ilockadd64.c | 19 +++ > mingw-w64-headers/include/psdk_inc/intrin-impl.h | 22 + > mingw-w64-headers/in

[Mingw-w64-public] [PATCH] Moved InterlockedAdd and InterlockedAdd64 from winnt.h to intrin-impl.h.

2015-01-23 Thread Jacek Caban
--- mingw-w64-crt/intrincs/ilockadd.c| 31 +++- mingw-w64-crt/intrincs/ilockadd64.c | 19 +++ mingw-w64-headers/include/psdk_inc/intrin-impl.h | 22 + mingw-w64-headers/include/winnt.h| 11 +++-- 4 fil

Re: [Mingw-w64-public] [PATCH 1/2] stdlib.h: Add mkstemp implementation.

2015-01-23 Thread Jacek Caban
On 01/22/15 15:35, Dongsheng Song wrote: > On Thu, Jan 22, 2015 at 5:59 PM, Alexpux wrote: >>> 22 янв. 2015 г., в 12:50, Jacek Caban написал(а): >>> >>> On 01/22/15 06:05, Dongsheng Song wrote: Passed full gcc 4.9 32 bit and 64 bit building, then pushed. >>> Did anyone review the patch befo