mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
mark IopCsqCancelRoutine as static. Vizzini really does write good code.
svn path=/trunk/; revision=16232
This commit is contained in:
parent
680c995ee1
commit
20e1654594
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
#include <ddk/csq.h>
|
||||
|
||||
|
||||
VOID NTAPI IopCsqCancelRoutine(PDEVICE_OBJECT DeviceObject,
|
||||
static VOID NTAPI IopCsqCancelRoutine(PDEVICE_OBJECT DeviceObject,
|
||||
PIRP Irp)
|
||||
/*
|
||||
* FUNCTION: Cancel routine that is installed on any IRP that this library manages
|
||||
|
|
Loading…
Reference in a new issue