summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2023-03-04 16:51:54 +0100
committerGitHub <noreply@github.com>2023-03-04 16:51:54 +0100
commit6294018bc40fc3d1940440216675e6fdcc6a8695 (patch)
tree02b77c0efe35369538bf15d6c748ac0b2a84c1c9
parentd0752309ff93f62be246ee9bf18338107f30d485 (diff)
parentb35e2718688508dfe2591808cfc74a77490849f6 (diff)
downloadlcms2-6294018bc40fc3d1940440216675e6fdcc6a8695.tar.gz
Merge pull request #363 from kleisauke/mingw-compat
Fix building on case sensitive mingw platforms Look great, thank you!
-rw-r--r--plugins/fast_float/src/lcms2_fast_float.rc.in2
-rw-r--r--plugins/threaded/src/lcms2_threaded.rc.in2
-rw-r--r--src/lcms2.rc.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/fast_float/src/lcms2_fast_float.rc.in b/plugins/fast_float/src/lcms2_fast_float.rc.in
index 18554dc..0485c22 100644
--- a/plugins/fast_float/src/lcms2_fast_float.rc.in
+++ b/plugins/fast_float/src/lcms2_fast_float.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
diff --git a/plugins/threaded/src/lcms2_threaded.rc.in b/plugins/threaded/src/lcms2_threaded.rc.in
index 2c9f6b2..3df6e22 100644
--- a/plugins/threaded/src/lcms2_threaded.rc.in
+++ b/plugins/threaded/src/lcms2_threaded.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
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