mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-26 20:26:54 -05:00
mingw: lower case windows includes
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
#include <Windows.h>
|
||||
#include <SetupAPI.h>
|
||||
#include <windows.h>
|
||||
#include <setupapi.h>
|
||||
|
||||
namespace ciface::DInput
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#include <unordered_set>
|
||||
|
||||
namespace ciface::DInput
|
||||
|
||||
Reference in New Issue
Block a user