mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 14:44:24 +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.