[ros-diffs] [ion] 20653: - Get chew and csq to compile.

ion at svn.reactos.org ion at svn.reactos.org
Sat Jan 7 08:01:06 CET 2006


- Get chew and csq to compile.
Modified: trunk/reactos/drivers/lib/chew/workqueue.c
Modified: trunk/reactos/drivers/lib/csq/csq.c
  _____  

Modified: trunk/reactos/drivers/lib/chew/workqueue.c
--- 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 ) {
  _____  

Modified: trunk/reactos/drivers/lib/csq/csq.c
--- 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,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060107/1b2eebf6/attachment.html


More information about the Ros-diffs mailing list