[BOOTVID] Code refactoring. (#2510)

- Abstract the VGA and LCD code.
- Create a common file for all platforms.
This commit is contained in:
Dmitry Borisov 2020-04-08 11:42:05 +06:00 committed by Hermès Bélusca-Maïto
parent df23bb779e
commit 5f2ca473dc
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
9 changed files with 624 additions and 659 deletions

View file

@ -63,7 +63,7 @@ VidBitBlt(IN PUCHAR Buffer,
VOID
NTAPI
VidScreenToBufferBlt(IN PUCHAR Buffer,
VidScreenToBufferBlt(OUT PUCHAR Buffer,
IN ULONG Left,
IN ULONG Top,
IN ULONG Width,