- Get chew and csq to compile.

svn path=/trunk/; revision=20653
This commit is contained in:
Alex Ionescu 2006-01-07 07:00:31 +00:00
parent 20d90ebd53
commit 9a98412a66
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ VOID STDCALL ChewWorkItem( PDEVICE_OBJECT DeviceObject, PVOID ChewItem ) {
}
BOOLEAN ChewCreate
( PVOID *ItemPtr, UINT Bytes, VOID (*Worker)( PVOID ), PVOID UserSpace ) {
( PVOID *ItemPtr, SIZE_T Bytes, VOID (*Worker)( PVOID ), PVOID UserSpace ) {
PWORK_ITEM Item;
if( KeGetCurrentIrql() == PASSIVE_LEVEL ) {

View file

@ -26,8 +26,8 @@
/* $Id$ */
#define __NTDRIVER__
#include <ntddk.h>
#include <ntifs.h>
#include <ntddk.h>
static VOID NTAPI IopCsqCancelRoutine(PDEVICE_OBJECT DeviceObject,