diff options
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 77b7983..493ff71 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -48,7 +48,8 @@ public: /** * Look for and replace registry values in a string */ - static void ExpandRegistryValues(std::string& source); + static void ExpandRegistryValues(std::string& source, + KeyWOW64 view = KeyWOW64_Default); /** * Platform independent escape spaces, unix uses backslash, |