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