Convert Windows header names to lowercase

PR #19465.
This commit is contained in:
Victor Chernyakin 2023-08-16 00:29:13 -07:00 committed by GitHub
commit f3f4610ba4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 19 additions and 19 deletions

View file

@ -38,8 +38,8 @@
#include <QScopeGuard>
#if defined(Q_OS_WIN)
#include <Windows.h>
#include <Shellapi.h>
#include <windows.h>
#include <shellapi.h>
#else
#include <QMimeDatabase>
#include <QMimeType>