ref: d5e77abbe67b8c43865cd3eef06af27b2a0ac70d
parent: 2dcf17e0eed5f49dcc450bdaed8e21e708aee199
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Mon Nov 13 15:25:27 EST 2023
Fix timeing
--- a/src/runtime/config-windows-64.h
+++ b/src/runtime/config-windows-64.h
@@ -80,7 +80,7 @@
time += ((uint64_t)file_time.dwHighDateTime) << 32;
msec = (time - EPOCH) / 10000L;
- msec = time + system_time.wMilliseconds;
+ //msec = time + system_time.wMilliseconds;
return msec;
}
--
⑨