aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fosphor/cl.c
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2015-11-12 21:03:34 +0100
committerSylvain Munaut <tnt@246tNt.com>2016-01-25 16:27:00 +0100
commitacdddf6e907d4bbb343a0de8ad3f68c372c25191 (patch)
tree5f955ceea73e6264f41d57e7d9b5ad7b8b84dbe2 /lib/fosphor/cl.c
parent12c1a6d3f8e2b4540e870cfa612e51727fa0b1b1 (diff)
fosphor: Use lowercase for WIN32 includes
Apparently needed for mingw build and doesn't affect the MSVC ones. Thanks to Martin Hauke <mardnh@gmx.de> for reporting Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'lib/fosphor/cl.c')
-rw-r--r--lib/fosphor/cl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fosphor/cl.c b/lib/fosphor/cl.c
index b475396..67719d6 100644
--- a/lib/fosphor/cl.c
+++ b/lib/fosphor/cl.c
@@ -40,8 +40,8 @@
# include <OpenGL/OpenGL.h>
# include <OpenGL/gl.h>
#elif defined(_WIN32)
-# include <Windows.h>
-# include <Wingdi.h>
+# include <windows.h>
+# include <wingdi.h>
#else
# include <GL/glx.h>
#endif