Changelog:
r45037 | compyx | 2024-03-24 16:53:32 +0000 (Sun, 24 Mar 2024) | 6 lines
WiC64: fix size_t format specifier
On Windows `size_t` is typedef'd to `unsigned long long` (%llu) while on proper
OSes it's typedef'd to `unsigned long`, and MS' runtime doesn't support %zu, so
we work around this with our own `PRI_SIZE_T`.
------------------------------------------------------------------------
r45036 | compyx | 2024-03-24 16:29:09 +0000 (Sun, 24 Mar 2024) | 2 lines
Documentation: Windows Gtk3: add libtool as requirement for building libieee1284
------------------------------------------------------------------------
r45035 | compyx | 2024-03-23 07:52:06 +0000 (Sat, 23 Mar 2024) | 1 line
Kill and attack trailing whitespace
------------------------------------------------------------------------
r45034 | compyx | 2024-03-23 07:46:34 +0000 (Sat, 23 Mar 2024) | 2 lines
Buildsystem: only generate linker map files with `--enable-debug`
------------------------------------------------------------------------
r45033 | gpz | 2024-03-23 01:28:23 +0000 (Sat, 23 Mar 2024) | 1 line
clean up r45032, also added/updated t64 docs
------------------------------------------------------------------------