always define our HKPD/CC/DD constants, without using WINVER which is irrelevant anyhow (only run-time version matters, not compile-time)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -48,16 +48,11 @@ public:
|
||||
HKCR, // classes root
|
||||
HKCU, // current user
|
||||
HKLM, // local machine
|
||||
HKUSR // users
|
||||
#ifndef __WXWINCE__
|
||||
,
|
||||
HKPD // performance data (WinNT/2K only)
|
||||
#endif
|
||||
#if WINVER >= 0x0400
|
||||
,
|
||||
HKCC, // current config (starting from Win95/NT 4.0)
|
||||
HKDD // dynamic data (Win95/98 only)
|
||||
#endif // Winver
|
||||
HKUSR, // users
|
||||
HKPD, // performance data (WinNT/2K only)
|
||||
HKCC, // current config
|
||||
HKDD, // dynamic data (Win95/98 only)
|
||||
HKMAX
|
||||
};
|
||||
|
||||
// access mode for the key
|
||||
|
Reference in New Issue
Block a user