From 1821eebb12fbfe49c3e989001a0eea5622e6d602 Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Wed, 23 Mar 2005 19:05:42 +0000 Subject: [PATCH] Fixed the calling convention of the cancel routine. svn path=/trunk/; revision=14292 --- reactos/drivers/fs/np/fsctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/fs/np/fsctrl.c b/reactos/drivers/fs/np/fsctrl.c index 89539d865d3..cc6ed883072 100644 --- a/reactos/drivers/fs/np/fsctrl.c +++ b/reactos/drivers/fs/np/fsctrl.c @@ -18,7 +18,7 @@ /* FUNCTIONS *****************************************************************/ -static VOID +static VOID STDCALL NpfsListeningCancelRoutine(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) {