mingw: lower case windows includes

This commit is contained in:
Craig Carnell
2026-07-08 09:18:29 +01:00
parent 774200dcf4
commit e222665eb0
50 changed files with 62 additions and 63 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include <Windows.h>
#include <windows.h>
#include <filesystem>
#include <map>
+4 -4
View File
@@ -7,11 +7,11 @@
#include <string>
#include <thread>
#include <Windows.h>
#include <CommCtrl.h>
#include <ShObjIdl.h>
#include <ShlObj.h>
#include <windows.h>
#include <commctrl.h>
#include <shellapi.h>
#include <shlobj.h>
#include <shobjidl.h>
#include <wrl/client.h>
#include "Common/Event.h"