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 (MS Visual Studio 2008, older mingw-w64 distributions), I thought about copying all the necessary winapi type declarations (all from winuser.h).
>From a licensing perspective, is it possible to copy a small part of the mingw-w64 winapi headers in a LGPL project? Thank you! _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
