mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:42:59 +00:00
Replace LPVOID by PVOID everywhere!
svn path=/trunk/; revision=68813
This commit is contained in:
parent
5273c39a14
commit
cc75f78b89
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ static CONSOLE_SCREEN_BUFFER_INFO OrgConsoleBufferInfo;
|
||||||
|
|
||||||
|
|
||||||
static HANDLE ScreenBufferHandle = NULL;
|
static HANDLE ScreenBufferHandle = NULL;
|
||||||
static LPVOID OldConsoleFramebuffer = NULL;
|
static PVOID OldConsoleFramebuffer = NULL;
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue