Marked some standard keys as obsolete. They should probably be removed too.

This commit is contained in:
Catalin
2016-02-21 12:12:47 +02:00
parent c69c4e2874
commit 9afa157d43
3 changed files with 10 additions and 9 deletions

View File

@@ -52,9 +52,9 @@ public:
HKCU, // current user
HKLM, // local machine
HKUSR, // users
HKPD, // performance data (WinNT/2K only)
HKPD, // (obsolete under XP and later)
HKCC, // current config
HKDD, // dynamic data (Win95/98 only)
HKDD, // (obsolete under XP and later)
HKMAX
};