Jeffrey Altman
1feff82129
roken: gettimeofday using GetSystemTimePreciseAsFileTime
...
GetSystemTimeAsFileTime() has 16ms precision.
GetSystemTimePreciseAsFileTime() has <1ns precision but is only available
on Windows 8 or later.
This change dynamically loads GetSystemTimePreciseAsFileTime() if it is
available.
Change-Id: Ib9c616c01948384e6b256ac9b6023f1e39673613
2018-09-19 00:30:42 -04:00
Asanka C. Herath
a87b4e23d6
Windows: Implement gettimeofday() using native APIs
...
We now use GetSystemTimeAsFileTime() for gettimeofday(). This gives
us a better resolution than one second.
2010-11-24 15:32:26 -05:00
Asanka Herath
d00f9984a5
Make roken build on windows
...
Signed-off-by: Love Hornquist Astrand <lha@h5l.org >
2009-11-24 21:42:02 -08:00
Love Hörnquist Åstrand
0d31d3d686
drop rcsid
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24356 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-01-25 00:30:37 +00:00
Love Hörnquist Åstrand
6937d41a02
remove trailing whitespace
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23815 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-09-13 09:21:03 +00:00
Love Hörnquist Åstrand
e172367898
switch to utf8 encoding of all files
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23814 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-09-13 08:53:55 +00:00
Love Hörnquist Åstrand
709aa58c74
define ROKEN_LIB_FUNCTION on all exported functions
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14773 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-12 11:29:18 +00:00
Johan Danielsson
3ca5f8150f
remove advertising clause
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7463 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-12-02 16:58:55 +00:00
Johan Danielsson
80b9463dec
<config.h>
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4105 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-12-04 22:51:53 +00:00
Johan Danielsson
f0eb03da04
roken.h
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4102 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-12-04 22:42:15 +00:00
Johan Danielsson
e1282e7dfc
Update copyright strings.
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1541 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-04-01 08:19:18 +00:00
Johan Danielsson
ea30661d63
Fix copyright
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@900 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-10-27 16:33:53 +00:00
Björn Groenvall
3e317bb818
Fix copyright.
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@893 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-10-26 16:05:04 +00:00
Assar Westerlund
4c5aa01e62
foo
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@552 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-06-01 14:44:57 +00:00
Assar Westerlund
5da21dbf41
more generalized. More fallback functions
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@551 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-06-01 00:05:08 +00:00