Hacky fix for cleanup rBc23733d290c095ab77310b55c75293465891d5b8

This commit is contained in:
Martijn Berger 2014-09-02 12:20:16 +02:00
parent d4fe34b1c0
commit daa17ef402

@ -97,7 +97,11 @@ enum {
EKEY = 0x0065, /* 'e' */
FKEY = 0x0066, /* 'f' */
GKEY = 0x0067, /* 'g' */
#ifndef _MSC_VER
HKEY = 0x0068, /* 'h' */
#else
#define HKEY 0x0068
#endif
IKEY = 0x0069, /* 'i' */
JKEY = 0x006a, /* 'j' */
KKEY = 0x006b, /* 'k' */