Re: [Mingw-w64-public] Question about the license of the mingw-w64 headers

2020-07-30 Thread Luca Bacci
That's great. Thank you very much! Luca Il gio 30 lug 2020, 14:07 Liu Hao ha scritto: > 在 2020/7/30 下午4:34, Luca Bacci 写道: > > Hi, I'm contributing some Windows-specific code to a cross-platform OSS > > project. This project is licensed under the LGPL. Because the code I'm > > contributing uses

Re: [Mingw-w64-public] 6c8c2a did break my Qt build

2020-07-30 Thread Liu Hao
在 2020/7/30 上午4:25, Björn Schäpers | MIMOT GmbH 写道: > > This Change was Introduced in 6c8c2a. And I don't really see the need for the > access through a pointer. I have changed it to: > static inline float DXVA2FixedToFloat(DXVA2_Fixed32 f32) { > return (float)f32.Value + (float)f32.Fraction /

Re: [Mingw-w64-public] Question about the license of the mingw-w64 headers

2020-07-30 Thread Liu Hao
在 2020/7/30 下午4:34, Luca Bacci 写道: > Hi, I'm contributing some Windows-specific code to a cross-platform OSS > project. This project is licensed under the LGPL. Because the code I'm > contributing uses some newer windows API only introduced since Windows 8, > and because the project must continue t

Re: [Mingw-w64-public] Question about the license of the mingw-w64 headers

2020-07-30 Thread Luca Bacci
To make it simple: what is the license of the winuser.h header from mingw-w64? Is it Public Domain or Zope Public License? Thanks! Luca Il gio 30 lug 2020, 10:34 Luca Bacci ha scritto: > Hi, I'm contributing some Windows-specific code to a cross-platform OSS > project. This project is licensed

[Mingw-w64-public] Question about the license of the mingw-w64 headers

2020-07-30 Thread Luca Bacci
Hi, I'm contributing some Windows-specific code to a cross-platform OSS project. This project is licensed under the LGPL. Because the code I'm contributing uses some newer windows API only introduced since Windows 8, and because the project must continue to compile with older compiler toolchains (M