mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
ms visual studio 2013 support
not full support
This commit is contained in:
parent
6341b10556
commit
55392ce783
19 changed files with 670 additions and 20 deletions
|
@ -20,7 +20,7 @@ namespace util
|
|||
std::chrono::system_clock::now().time_since_epoch()).count ();
|
||||
}
|
||||
|
||||
inline uint32_t GetSecondsSinceEpoch ()
|
||||
inline uint64_t GetSecondsSinceEpoch ()
|
||||
{
|
||||
return std::chrono::duration_cast<std::chrono::seconds>(
|
||||
std::chrono::system_clock::now().time_since_epoch()).count ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue