mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Little fix to compile with gcc 3.4.2
svn path=/trunk/; revision=15274
This commit is contained in:
parent
0d88632d20
commit
e70c95d52f
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ IoAllocateIrp(CCHAR StackSize,
|
|||
USHORT Size = IoSizeOfIrp(StackSize);
|
||||
PKPRCB Prcb;
|
||||
UCHAR Flags = 0;
|
||||
PNPAGED_LOOKASIDE_LIST List;
|
||||
PNPAGED_LOOKASIDE_LIST List = NULL;
|
||||
PP_NPAGED_LOOKASIDE_NUMBER ListType = LookasideSmallIrpList;
|
||||
|
||||
/* Figure out which Lookaside List to use */
|
||||
|
|
Loading…
Reference in a new issue