projects
/
platform
/
upstream
/
OpenCL-ICD-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82bda03
)
need to include a lower-case windows.h for cross-compilation
author
bashbaug
<ben.ashbaugh@intel.com>
Wed, 17 Jul 2019 15:45:04 +0000
(08:45 -0700)
committer
Kévin Petit
<kpet@free.fr>
Fri, 19 Jul 2019 09:53:02 +0000
(10:53 +0100)
loader/windows/icd_windows_envvars.c
patch
|
blob
|
history
diff --git
a/loader/windows/icd_windows_envvars.c
b/loader/windows/icd_windows_envvars.c
index 223604e8b4a585a85bf9005463027f4a678be0d1..c68cab6b1de3d489db4bdb2266c3e154534dc1d4 100644
(file)
--- a/
loader/windows/icd_windows_envvars.c
+++ b/
loader/windows/icd_windows_envvars.c
@@
-16,7
+16,7
@@
* OpenCL is a trademark of Apple Inc. used under license by Khronos.
*/
-#include <
W
indows.h>
+#include <
w
indows.h>
char *khrIcd_getenv(const char *name) {
char *retVal;