vkel icon indicating copy to clipboard operation
vkel copied to clipboard

"Windows.h" case sensitivity breaks cross-compilation with Windows target and non-Windows host

Open roothorick opened this issue 8 years ago • 0 comments

(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.

roothorick avatar Jul 09 '17 01:07 roothorick