mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-11 21:06:22 -05:00
mingw: lower case windows includes
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include "Common/ScopeGuard.h"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "Core/Core.h"
|
||||
#include "Core/System.h"
|
||||
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#include <climits>
|
||||
#include <dwmapi.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user