aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-20 18:59:03 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-21 18:06:53 -0700
commitac2007dcbd5529fd2c12646999c3e6be0c2c67f1 (patch)
tree613ff42f0d0d3007562d23f0d55be7de99e9e411 /toolsrc/include
parent72812b7950fe04cd90c0982984b76ff0b05371ce (diff)
downloadvcpkg-ac2007dcbd5529fd2c12646999c3e6be0c2c67f1.tar.gz
vcpkg-ac2007dcbd5529fd2c12646999c3e6be0c2c67f1.zip
Add System::get_current_date_time()
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_System.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_System.h b/toolsrc/include/vcpkg_System.h
index 41ede55e6..57d159bb5 100644
--- a/toolsrc/include/vcpkg_System.h
+++ b/toolsrc/include/vcpkg_System.h
@@ -7,6 +7,8 @@
namespace vcpkg::System
{
+ tm get_current_date_time();
+
fs::path get_exe_path_of_current_process();
struct ExitCodeAndOutput