On Wed Jun 14 18:54:53 2023 +0000, Fabian Maurer wrote:
Do we need to copy them 100%? Is there harm in deviating? I could add a `WINE_HAVE_VIDEOINFOHEADER` define to prevent redefinition if that's better?
We don't need to be 100% compatible, but we want code that builds with Windows SDK to build with Wine headers as well. Public headers may need additional guards, unfortunately.