Drop temporary declaration of GetSystemTimePreciseAsFileTime.
* times.cc (GetSystemTimePreciseAsFileTime): Remove declaration and accompanying comment. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
205862ed08
commit
2ceb202bc1
|
@ -31,9 +31,6 @@ hires_ms NO_COPY gtod;
|
||||||
|
|
||||||
hires_ns NO_COPY ntod;
|
hires_ns NO_COPY ntod;
|
||||||
|
|
||||||
/* Temporary declare here until 32 bit w32api follows suit. */
|
|
||||||
extern "C" { void WINAPI GetSystemTimePreciseAsFileTime (LPFILETIME); }
|
|
||||||
|
|
||||||
static inline void __attribute__ ((always_inline))
|
static inline void __attribute__ ((always_inline))
|
||||||
get_system_time (PLARGE_INTEGER systime)
|
get_system_time (PLARGE_INTEGER systime)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue