summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKleis Auke Wolthuizen <github@kleisauke.nl>2023-03-03 15:03:32 +0100
committerKleis Auke Wolthuizen <github@kleisauke.nl>2023-03-03 15:03:32 +0100
commitb35e2718688508dfe2591808cfc74a77490849f6 (patch)
tree02b77c0efe35369538bf15d6c748ac0b2a84c1c9 /src
parentd0752309ff93f62be246ee9bf18338107f30d485 (diff)
downloadlcms2-b35e2718688508dfe2591808cfc74a77490849f6.tar.gz
Fix building on case sensitive mingw platforms
Mingw headers are all lowercase, and can be used for cross compilation from case sensitive file systems. The official Windows SDK headers aren't self-consistent wrt upper/lower case, so those headers can't be used on case sensitive systems without a layer providing case insensitivity anyway. This matches other includes of windows.h throughout the codebase.
Diffstat (limited to 'src')
-rw-r--r--src/lcms2.rc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lcms2.rc.in b/src/lcms2.rc.in
index ae82d9e..a6a48cd 100644
--- a/src/lcms2.rc.in
+++ b/src/lcms2.rc.in
@@ -19,7 +19,7 @@
//
//---------------------------------------------------------------------------------
-#include <Windows.h>
+#include <windows.h>
1 VERSIONINFO
FILEVERSION @LCMS2_VERSION_MAJOR@, @LCMS2_VERSION_MINOR@, @LCMS2_VERSION_MICRO@, 0