Re: [Mingw-w64-public] headers: Add dxgi1_3, d3d11_2, d3d11_3 idl

2017-09-12 Thread Martell Malone
Hi Ihsan, there are no patches attached, probably the mailing list filtered it. but more importantly we get our directx headers from wine so you need to submit them to the wine project and once they are merged we will sync them here. Kind Regards MArtell On Sun, Sep 10, 2017 at 7:09 AM, Ihsan

[Mingw-w64-public] headers: Add dxgi1_3, d3d11_2, d3d11_3 idl

2017-09-12 Thread Ihsan Akmal
Kindly review it. Thanks -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Mingw-w64-public mailin

Re: [Mingw-w64-public] Problems with using printf format specs with GCC 7

2017-09-12 Thread LRN
On 9/12/2017 8:22 PM, Liu Hao wrote: > On 2017/9/13 0:15, Eli Zaretskii wrote: >>> You'd need to disassemble (or at least check with nm) the >>> object/function to find out if it's calling __mingw_printf or regular >>> printf, seems like emacs is using %lld and %I64 in different places. >> >> %lld

Re: [Mingw-w64-public] Problems with using printf format specs with GCC 7

2017-09-12 Thread Liu Hao
On 2017/9/13 0:15, Eli Zaretskii wrote: You'd need to disassemble (or at least check with nm) the object/function to find out if it's calling __mingw_printf or regular printf, seems like emacs is using %lld and %I64 in different places. %lld is used for intmax_t values, %I64d is used for 64-bit

Re: [Mingw-w64-public] Problems with using printf format specs with GCC 7

2017-09-12 Thread Eli Zaretskii
> Date: Mon, 11 Sep 2017 23:46:00 + > From: JonY via Mingw-w64-public > Cc: JonY > > > . GCC doesn't recognize the PRIdMAX format spec, defined in > > MinGW64 inntypes.h header as "lld"; > > . GCC doesn't recognize the MS native I64x format spec, either > > > > Therefore, it s