[OpenSmalltalk/opensmalltalk-vm] fae0d3: Win32/64 VM: update the system time basis to use t...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] fae0d3: Win32/64 VM: update the system time basis to use t...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: fae0d31cd52341977d37d150d8d2c9272f9864bf
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/fae0d31cd52341977d37d150d8d2c9272f9864bf
  Author: Eliot Miranda <[hidden email]>
  Date:   2020-10-18 (Sun, 18 Oct 2020)

  Changed paths:
    M platforms/Cross/vm/sq.h
    M platforms/win32/vm/sqWin32Heartbeat.c
    M platforms/win32/vm/sqWin32Main.c

  Log Message:
  -----------
  Win32/64 VM: update the system time basis to use the Windows 8 API
GetSystemTimePreciseAsFileTime.  Retain the old code if compiling on an earlier
system, moot, but what the hell.
Declare ioInitTime in sq.h.