mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 21:51:47 +00:00
[KMTESTS/EX] - Fix GCC build
svn path=/trunk/; revision=56155
This commit is contained in:
parent
d0231c12c2
commit
ea61322952
1 changed files with 1 additions and 2 deletions
|
@ -99,9 +99,8 @@ static VOID PoolsTest(VOID)
|
|||
|
||||
static VOID PoolsCorruption(VOID)
|
||||
{
|
||||
PULONG Ptr, TestPtr;
|
||||
PULONG Ptr;
|
||||
ULONG AllocSize;
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
|
||||
// start with non-paged pool
|
||||
AllocSize = 4096 + 0x10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue