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
parent 21b77cb4f8
commit f3f4610ba4
12 changed files with 19 additions and 19 deletions

View File

@@ -33,8 +33,8 @@
#include <QtSystemDetection>
#ifdef Q_OS_WIN
#include <Windows.h>
#include <Ntsecapi.h>
#include <windows.h>
#include <ntsecapi.h>
#else // Q_OS_WIN
#include <cerrno>
#include <cstdio>