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
|
#pragma once
|
||||||
|
|
||||||
#ifdef WINDOWS
|
#ifdef WINDOWS
|
||||||
#include <Windows.h>
|
#include <windows.h>
|
||||||
// Avoid name collisions
|
// Avoid name collisions
|
||||||
#undef DrawText
|
#undef DrawText
|
||||||
#undef FindResource
|
#undef FindResource
|
||||||
|
|
Loading…
Add table
Reference in a new issue