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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-02-19 16:05:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-19 16:05:38 +0400
commit0528162eb691e9d0de39b5f72c427a4d96542f64 (patch)
treeb2f8a975b6c5771204ef3f04784f7e2279f608e1 /intern/ghost/intern/GHOST_DropTargetWin32.cpp
parent0f359c41ead3d1724b8b6e53bcff067137b219a6 (diff)
patch [#34320] Cross compiling with mingw-w64 on ubuntu
from Martijn Berger (juicyfruit) applying since this is only corrects header case which is ignored on windows anyway.
Diffstat (limited to 'intern/ghost/intern/GHOST_DropTargetWin32.cpp')
-rw-r--r--intern/ghost/intern/GHOST_DropTargetWin32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_DropTargetWin32.cpp b/intern/ghost/intern/GHOST_DropTargetWin32.cpp
index 89e9a91b34c..5288b77a3c6 100644
--- a/intern/ghost/intern/GHOST_DropTargetWin32.cpp
+++ b/intern/ghost/intern/GHOST_DropTargetWin32.cpp
@@ -32,7 +32,7 @@
#include "GHOST_Debug.h"
#include "GHOST_DropTargetWin32.h"
-#include <ShellApi.h>
+#include <shellapi.h>
#include "utf_winfunc.h"
#include "utfconv.h"