style(sonar): fix cpp:S3806 (#4129)

This commit is contained in:
ReenigneArcher
2025-08-04 23:30:48 -04:00
committed by GitHub
parent 48c2c52498
commit 9f101fb546
11 changed files with 20 additions and 20 deletions

View File

@@ -5,7 +5,7 @@
#define INITGUID
// platform includes
#include <audioclient.h>
#include <Audioclient.h>
#include <codecvt>
#include <iostream>
#include <locale>

View File

@@ -5,7 +5,7 @@
#define WIN32_LEAN_AND_MEAN
#include <string>
#include <Windows.h>
#include <wtsapi32.h>
#include <WtsApi32.h>
// PROC_THREAD_ATTRIBUTE_JOB_LIST is currently missing from MinGW headers
#ifndef PROC_THREAD_ATTRIBUTE_JOB_LIST