MingW apparently doesn't know about RIM_INPUTSINK, define it if it isn't already.

This commit is contained in:
Nathan Letwory 2011-05-10 23:38:40 +00:00
parent 2e3538cf24
commit fab1ee1f78

@ -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