From fab1ee1f78cd0cba92053e6b569f0cb6126ca2ca Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Tue, 10 May 2011 23:38:40 +0000 Subject: MingW apparently doesn't know about RIM_INPUTSINK, define it if it isn't already. --- intern/ghost/intern/GHOST_SystemWin32.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'intern') 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 -- cgit v1.2.3