mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Related stylistic changes: - filetime_to_timestamp() function renamed to timestamp_from_filetime() and moved to the timestamp.c module. - filetime_to_seconds() function moved back to the execnt.c module as a static function as it only used from there after the timestamp_from_filetime() reimplementation in revision [79494]. - filent.h header now empty and removed. [SVN r79511]