vkel
vkel copied to clipboard
"Windows.h" case sensitivity breaks cross-compilation with Windows target and non-Windows host
(and Winelib, as is my case)
The generated vkel.c includes windows.h thus:
#include <Windows.h>
windows.h is usually just like that -- all lowercase. On case-sensitive build hosts this will break compilation. Bizarrely, vkel.h has the correct capitalization.