--- trunk/reactos/drivers/lib/chew/workqueue.c 2006-01-07 06:31:55 UTC (rev 20652)
+++ trunk/reactos/drivers/lib/chew/workqueue.c 2006-01-07 07:00:31 UTC (rev 20653)
@@ -60,7 +60,7 @@
}
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 ) {
--- trunk/reactos/drivers/lib/csq/csq.c 2006-01-07 06:31:55 UTC (rev 20652)
+++ trunk/reactos/drivers/lib/csq/csq.c 2006-01-07 07:00:31 UTC (rev 20653)
@@ -26,8 +26,8 @@
/* $Id$ */
#define __NTDRIVER__
+#include <ntifs.h>
#include <ntddk.h>
-#include <ntifs.h>
static VOID NTAPI IopCsqCancelRoutine(PDEVICE_OBJECT DeviceObject,