Alex Shvartzkop 2ad3ccc4d8 Use 64-bit type to represent microseconds.
int and long are 32-bit on Windows, causing overflows.

(cherry picked from commit 85b19784086faa7676d030f03bfc4801705c180f)
2024-03-03 21:47:23 +03:00
..
2023-09-06 23:27:08 -04:00
2023-09-07 20:55:16 -04:00
2023-09-06 21:25:24 -04:00
2023-04-06 15:01:18 +01:00
2023-09-06 17:50:12 -04:00
2024-02-05 15:49:57 +00:00

This library contains base non-EDA items and extensions to libraries that are used throughout the KiCad codebase. This library should never depend on any parts of the KiCad code outside the thirdparty directory, since this is meant to be the lowest-level library in the dependency chain.