Details
Description
When cross-compiling Qt on Linux for Windows, compilation of qstorageinfo_win.cpp fails because Windows.h cannot be found. However, there is a windows.h (lower case!) which is also included by multiple other files.
Changing the first character to lower case fixes this issue.