Simon Tatham
854d78eef3
Fix build failure on Visual Studio.
...
Unlike clang, VS didn't like me using the value of one 'static const'
integer variable to compute the value of another, and complained
'initializer is not a constant'. Replaced all those variables with an
enum, which should also more reliably ensure that even an
unsophisticated compiler doesn't actually reserve data-section space
for them.
2022-11-11 12:42:19 +00:00
..
2021-11-19 15:09:17 +00:00
2021-11-23 18:52:15 +00:00
2022-04-25 14:10:16 +01:00
2022-04-25 14:10:16 +01:00
2022-05-01 11:27:37 +01:00
2021-11-19 10:35:38 +00:00
2022-09-06 11:39:01 +01:00
2022-10-22 01:22:10 +01:00
2022-11-11 08:49:05 +00:00
2022-05-18 13:05:17 +01:00
2022-08-03 20:48:46 +01:00
2022-07-07 17:34:24 +01:00
2022-08-03 20:48:46 +01:00
2022-11-09 19:21:02 +00:00
2022-11-09 19:21:02 +00:00
2021-10-24 10:48:25 +01:00
2021-11-30 18:48:06 +00:00
2022-06-01 09:28:25 +01:00
2022-11-09 19:02:32 +00:00
2022-11-09 19:02:32 +00:00
2022-06-25 14:32:23 +01:00
2021-04-18 08:30:44 +01:00
2022-04-24 08:39:04 +01:00
2022-09-01 20:43:23 +01:00
2021-12-28 18:08:31 +00:00
2022-11-09 19:00:04 +00:00
2022-06-25 14:30:39 +01:00
2022-06-25 14:30:39 +01:00
2021-12-28 18:08:31 +00:00
2022-06-25 14:30:39 +01:00
2022-07-07 18:05:32 +01:00
2022-09-13 11:26:57 +01:00
2021-04-19 17:14:01 +01:00
2022-04-15 17:46:06 +01:00
2021-12-28 18:08:31 +00:00
2022-04-24 08:39:04 +01:00
2021-04-22 18:09:13 +01:00
2022-04-24 08:38:27 +01:00
2022-11-09 19:02:32 +00:00
2022-09-13 11:26:57 +01:00
2022-09-14 16:10:29 +01:00
2022-11-11 08:49:05 +00:00
2022-11-11 12:42:19 +00:00
2021-10-25 18:12:21 +01:00
2022-11-11 08:44:07 +00:00
2021-04-18 08:30:44 +01:00
2022-07-07 18:05:32 +01:00
2021-12-22 15:05:04 +00:00
2022-09-03 11:59:12 +01:00
2022-09-03 11:59:12 +01:00
2022-09-03 11:59:12 +01:00
2022-09-03 12:02:48 +01:00