Changelog:
r45462 | compyx | 2025-01-13 20:39:04 +0000 (Mon, 13 Jan 2025) | 2 lines
Gtk3: Properly set RAMLink enable check button if enabled
------------------------------------------------------------------------
r45461 | compyx | 2025-01-12 22:24:28 +0000 (Sun, 12 Jan 2025) | 7 lines
Gtk3: Don't require a memory image file for RAMLink emulation check button
The RAMLink emulation functions without a RAM image file present, so the logic
checking for a RAM image file in the "Enable" check button handling has been
removed.
(See bug #2119)
------------------------------------------------------------------------
r45460 | compyx | 2025-01-10 12:04:14 +0000 (Fri, 10 Jan 2025) | 2 lines
Fix typo
------------------------------------------------------------------------
r45459 | compyx | 2025-01-10 11:24:41 +0000 (Fri, 10 Jan 2025) | 6 lines
Unbreak Windows build, hopefully
Introduce `VICE_PID_INVALID` constant to portably indicate an invalid pid.
Defined as -1 on Unix/MacOS, NULL on Windows (HANDLE is a typedef for void* on
Windows).
------------------------------------------------------------------------
r45458 | compyx | 2025-01-10 11:10:18 +0000 (Fri, 10 Jan 2025) | 2 lines
Remove assigned-but-unused variable
------------------------------------------------------------------------