diff options
author | Brad King <brad.king@kitware.com> | 2013-08-07 12:18:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-08-07 12:18:32 (GMT) |
commit | 09b147b3a7c864c3d9c044d970235a49f3d69b7a (patch) | |
tree | d8381f3dd2fe35ba7622e007ee951062d4bcee32 /Source/kwsys/SystemTools.hxx.in | |
parent | 726fa61b59c20ea657091fa870bf7eba77dfaa75 (diff) | |
parent | ce6eac8b58b0230cd1d8ee100a27973e5354a5c4 (diff) | |
download | CMake-09b147b3a7c864c3d9c044d970235a49f3d69b7a.zip CMake-09b147b3a7c864c3d9c044d970235a49f3d69b7a.tar.gz CMake-09b147b3a7c864c3d9c044d970235a49f3d69b7a.tar.bz2 |
Merge branch 'upstream-kwsys' into update-kwsys
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index e55d431..d6dae39 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -716,6 +716,13 @@ public: enum KeyWOW64 { KeyWOW64_Default, KeyWOW64_32, KeyWOW64_64 }; /** + * Get a list of subkeys. + */ + static bool GetRegistrySubKeys(const char *key, + kwsys_stl::vector<kwsys_stl::string>& subkeys, + KeyWOW64 view = KeyWOW64_Default); + + /** * Read a registry value */ static bool ReadRegistryValue(const char *key, kwsys_stl::string &value, |