在 2019/3/7 13:08, Ruslan Garipov 写道:
> Signed-off-by: Ruslan Garipov
> ---
> mingw-w64-crt/Makefile.in | 4 +-
Next time, please do not include the diff of generated files.
'Makefile.in' is generated from 'Makefile.am' using `autoreconf -if' so
only the diff of 'Makefile.am' need a
Am 08.03.19 um 22:27 schrieb Johannes Pfau:
Am 07.03.19 um 15:48 schrieb Liu Hao:
在 2019/3/7 17:45, Jacek Caban 写道:
Note that when doing 32-bit builds, _USE_32BIT_TIME_T will be most
likely defined so this code path will not be used. Currently (although
it might be improved in the future), one
在 2019/3/8 21:49, Matthias Apitz 写道:
> El día Friday, March 08, 2019 a las 09:00:27PM +0800, Liu Hao escribió:
>
> Thanks for the pointer. All that DLL is only made from one small C++
> file and when I do read it right it does not make use of ATL, but only
> of a CString class provided there. Mayb
El día Friday, March 08, 2019 a las 09:00:27PM +0800, Liu Hao escribió:
> 在 2019/3/8 20:43, Matthias Apitz 写道:
> >
> > Hello,
> >
> > The next DLL I have to recompile for 64-bit was written on top of some
> > packages Microsoft ATL (Active Template Library), which includes the
> > header atlbase
在 2019/3/8 20:43, Matthias Apitz 写道:
>
> Hello,
>
> The next DLL I have to recompile for 64-bit was written on top of some
> packages Microsoft ATL (Active Template Library), which includes the
> header atlbase.h with VC++. Is there anything for this in MinGW?
>
No. But you may want to have a l
Hello,
The next DLL I have to recompile for 64-bit was written on top of some
packages Microsoft ATL (Active Template Library), which includes the
header atlbase.h with VC++. Is there anything for this in MinGW?
For more details see also:
https://stackoverflow.com/questions/3898287/c-include-atl
在 2019/3/8 15:10, Zidane Sama 写道:
> Something like this?
>
Thanks. This testcase has been verified. I copied it into my commit
message and pushed my patch.
--
Best regards,
LH_Mouse
signature.asc
Description: OpenPGP digital signature
___
Mingw-w6