Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorMartijn Berger <mberger@denc.com>2016-09-19 15:20:37 +0300
committerMartijn Berger <mberger@denc.com>2016-09-19 15:22:38 +0300
commitcc9d0eff818db57362d6de3769999c86cd4c99ef (patch)
tree743ae8ba57c1c2fe6992de59bab2c7763306459d /intern
parent25ee0942266b698363a2fb9f092ca68f58044064 (diff)
Lowercase includes for psapi.h and dbghelp.h windows includes.
This makes cross compilation a little less painful
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_SystemWin32.cpp2
1 files changed, 1 insertions, 1 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 <shlobj.h>
#include <tlhelp32.h>
-#include <Psapi.h>
+#include <psapi.h>
#include <windowsx.h>
#include "utfconv.h"