mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 01:34:53 +08:00
It contains the symbols & macros used for the embedded VGA font. - Adjust users to use `const UCHAR*` instead of `PUCHAR` pointer; - pc98video.c: Capture the current `FontPtr[Line]` into an `UCHAR`, so as to safely modify it.