Define KEY_WOW64_64KEY if it is missing from SDK headers.

Fixes compilation with old SDKs, e.g. the one used by VC6.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2011-02-08 13:36:01 +00:00
parent aa3e374197
commit 21b5902b81

View File

@ -68,6 +68,10 @@ typedef BYTE* RegBinary;
#define HKEY_DYN_DATA ((HKEY)0x80000006)
#endif
#ifndef KEY_WOW64_64KEY
#define KEY_WOW64_64KEY 0x0100
#endif
// ----------------------------------------------------------------------------
// constants
// ----------------------------------------------------------------------------