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
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-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
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