From cc9d0eff818db57362d6de3769999c86cd4c99ef Mon Sep 17 00:00:00 2001 From: Martijn Berger Date: Mon, 19 Sep 2016 14:20:37 +0200 Subject: [PATCH] Lowercase includes for psapi.h and dbghelp.h windows includes. This makes cross compilation a little less painful --- intern/ghost/intern/GHOST_SystemWin32.cpp | 2 +- source/blender/blenlib/intern/system.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp index f884b0fadb1..60e7815ccbb 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.cpp +++ b/intern/ghost/intern/GHOST_SystemWin32.cpp @@ -41,7 +41,7 @@ #include #include -#include +#include #include #include "utfconv.h" diff --git a/source/blender/blenlib/intern/system.c b/source/blender/blenlib/intern/system.c index 898075e651e..863622f2546 100644 --- a/source/blender/blenlib/intern/system.c +++ b/source/blender/blenlib/intern/system.c @@ -35,7 +35,7 @@ # include #elif defined(WIN32) # include -# include +# include #endif int BLI_cpu_support_sse2(void)