mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
[KMTESTS/EX] - Fix GCC build
svn path=/trunk/; revision=56155
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user