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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-05-11 03:38:40 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2011-05-11 03:38:40 +0400
commitfab1ee1f78cd0cba92053e6b569f0cb6126ca2ca (patch)
tree69b925ae42774626a807ad3ee75bdef7279e3753 /intern
parent2e3538cf24e3ef22e834690cc49dbd531535e01c (diff)
MingW apparently doesn't know about RIM_INPUTSINK, define it if it isn't already.
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_SystemWin32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_SystemWin32.h b/intern/ghost/intern/GHOST_SystemWin32.h
index 2dad3a6f44d..27c0cf33314 100644
--- a/intern/ghost/intern/GHOST_SystemWin32.h
+++ b/intern/ghost/intern/GHOST_SystemWin32.h
@@ -52,6 +52,9 @@
#ifndef RID_INPUT
#define RID_INPUT 0x10000003
#endif
+#ifndef RIM_INPUTSINK
+#define RIM_INPUTSINK 0x1
+#endif
#ifndef RI_KEY_BREAK
#define RI_KEY_BREAK 0x1
#endif