Fixed the calling convention of the cancel routine.
Modified: trunk/reactos/drivers/fs/np/fsctrl.c

Modified: trunk/reactos/drivers/fs/np/fsctrl.c
--- trunk/reactos/drivers/fs/np/fsctrl.c	2005-03-23 17:23:36 UTC (rev 14291)
+++ trunk/reactos/drivers/fs/np/fsctrl.c	2005-03-23 19:05:42 UTC (rev 14292)
@@ -18,7 +18,7 @@
 
 /* FUNCTIONS *****************************************************************/
 
-static VOID
+static VOID STDCALL
 NpfsListeningCancelRoutine(IN PDEVICE_OBJECT DeviceObject,
                            IN PIRP Irp)
 {