mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
Core: GetTickCount refactored on posix, SetSysTime (thanks steffen)
git-svn-id: svn://ultimatepp.org/upp/trunk@5022 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7970c9ecea
commit
420b10a444
5 changed files with 100 additions and 57 deletions
|
|
@ -148,3 +148,5 @@ Time ScanTime(const char *s, Time def = Null);
|
|||
|
||||
template<>
|
||||
inline String AsString(const Time& time) { return Format(time); }
|
||||
|
||||
bool SetSysTime(Time time); // only root/sysadmin can do this...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue