[PORTCLS]

- Fix IIrpQueue declaration

svn path=/branches/reactos-yarotows/; revision=48064
This commit is contained in:
Jérôme Gardou 2010-07-15 19:13:12 +00:00
parent 84fd5d3369
commit fbcccf27aa

View file

@ -354,7 +354,7 @@ DECLARE_INTERFACE_(IIrpQueue, IUnknown)
STDMETHOD_(BOOLEAN, GetAcquiredTagRange)(THIS_
IN PVOID * FirstTag,
IN PVOID * LastTag);
IN PVOID * LastTag) PURE;
};