diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-20 18:59:03 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-21 18:06:53 -0700 |
| commit | ac2007dcbd5529fd2c12646999c3e6be0c2c67f1 (patch) | |
| tree | 613ff42f0d0d3007562d23f0d55be7de99e9e411 /toolsrc/include/vcpkg_System.h | |
| parent | 72812b7950fe04cd90c0982984b76ff0b05371ce (diff) | |
| download | vcpkg-ac2007dcbd5529fd2c12646999c3e6be0c2c67f1.tar.gz vcpkg-ac2007dcbd5529fd2c12646999c3e6be0c2c67f1.zip | |
Add System::get_current_date_time()
Diffstat (limited to 'toolsrc/include/vcpkg_System.h')
| -rw-r--r-- | toolsrc/include/vcpkg_System.h | 2 |
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 |
