mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 23:39:42 +00:00
Fix compilation
svn path=/trunk/; revision=25715
This commit is contained in:
parent
fab5494340
commit
9481fbbae6
1 changed files with 1 additions and 1 deletions
|
@ -43,4 +43,4 @@ extern ULONG curr_x;
|
||||||
extern ULONG curr_y;
|
extern ULONG curr_y;
|
||||||
extern ULONG_PTR VgaRegisterBase;
|
extern ULONG_PTR VgaRegisterBase;
|
||||||
extern ULONG_PTR VgaBase;
|
extern ULONG_PTR VgaBase;
|
||||||
extern CHAR FontData[256 * 13];
|
extern UCHAR FontData[256 * 13];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue