Hacky fixes can apply to more then one compiler.

TODO: really get rid of any and all bare #include <windows.h> in
the codebase in favour of central BLI_winstuff.h.
This commit is contained in:
Martijn Berger 2014-09-02 13:39:02 +02:00
parent a1c628e503
commit 0c1ff4b75b

@ -97,7 +97,7 @@ enum {
EKEY = 0x0065, /* 'e' */
FKEY = 0x0066, /* 'f' */
GKEY = 0x0067, /* 'g' */
#ifndef _MSC_VER
#ifndef WIN32
HKEY = 0x0068, /* 'h' */
#else
#define HKEY 0x0068