updated build system
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include "mocks/mock_fuse_drive.hpp"
|
||||
#endif
|
||||
#include "types/repertory.hpp"
|
||||
#include "utils/time.hpp"
|
||||
#include "utils/utils.hpp"
|
||||
|
||||
using namespace repertory;
|
||||
@@ -429,7 +430,7 @@ static void set_basic_info_test(remote_client &client) {
|
||||
const auto change_time = last_write_time;
|
||||
#else
|
||||
const auto creation_time =
|
||||
utils::unix_time_to_windows_time(utils::get_time_now());
|
||||
utils::unix_time_to_windows_time(utils::time::get_time_now());
|
||||
const auto last_access_time = creation_time + 1;
|
||||
const auto last_write_time = creation_time + 2;
|
||||
const auto change_time = last_write_time;
|
||||
|
Reference in New Issue
Block a user