Correct a header name
Windows isn't case-sensitive, but MinGW-w64 on Linux is.
This commit is contained in:
parent
9f81f9e080
commit
766f24188f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef WINDOWS
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
// Avoid name collisions
|
||||
#undef DrawText
|
||||
#undef FindResource
|
||||
|
|
Loading…
Add table
Reference in a new issue