Files
source/sgp
89671c218b Drop two #defines that never did anything
sgp/video.cpp guards _MT with #ifndef and then defines it 26 lines into the
file, long after every header that could read it, and both cl and clang-cl
already define _MT for the static runtime this project links. jascreens.cpp
defines _UNICODE after its last include.

The only effect on the binaries is 82 assert line numbers in video.cpp shifting
by four and one in jascreens.cpp shifting by one. No object file's section
sizes change.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-22 01:07:26 -03:00
..
2026-08-22 01:07:26 -03:00
2026-08-22 01:07:26 -03:00
2025-02-24 21:42:36 +02:00
2025-02-24 21:42:36 +02:00
2026-08-22 01:07:26 -03:00
2026-08-22 01:07:26 -03:00
2026-08-22 01:07:26 -03:00
2025-02-24 21:42:36 +02:00