need to include a lower-case windows.h for cross-compilation
authorbashbaug <ben.ashbaugh@intel.com>
Wed, 17 Jul 2019 15:45:04 +0000 (08:45 -0700)
committerKévin Petit <kpet@free.fr>
Fri, 19 Jul 2019 09:53:02 +0000 (10:53 +0100)
loader/windows/icd_windows_envvars.c

index 223604e8b4a585a85bf9005463027f4a678be0d1..c68cab6b1de3d489db4bdb2266c3e154534dc1d4 100644 (file)
@@ -16,7 +16,7 @@
  * OpenCL is a trademark of Apple Inc. used under license by Khronos.
  */
 
-#include <Windows.h>
+#include <windows.h>
 
 char *khrIcd_getenv(const char *name) {
     char *retVal;