2004-03-24 Filip Navara <xnavara@volny.cz>

* include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):	Rename
	TaggedQueueing to TaggedQueuing.
	(_HW_INITIALIZATION_DATA): Likewise.
This commit is contained in:
Danny Smith 2004-03-24 10:33:36 +00:00
parent e4736d89a8
commit 1ae827c650
2 changed files with 8 additions and 3 deletions

View file

@ -1,10 +1,15 @@
2004-03-24 Filip Navara <xnavara@volny.cz>
* include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION): Rename
TaggedQueueing to TaggedQueuing.
(_HW_INITIALIZATION_DATA): Likewise.
2004-03-16 Danny Smith <dannysmith@users.sourceforge.net>
* include/docobj.h (IOleDocumentView::GetDocument): Correct
prototype.
Thanks to Buster Copley <consequent@users.sourceforge.net>
2004-03-16 Danny Smith <dannysmith@users.sourceforge.net>
* lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.

View file

@ -240,7 +240,7 @@ typedef struct _PORT_CONFIGURATION_INFORMATION {
BOOLEAN DemandMode;
BOOLEAN MapBuffers;
BOOLEAN NeedPhysicalAddresses;
BOOLEAN TaggedQueueing;
BOOLEAN TaggedQueuing;
BOOLEAN AutoRequestSense;
BOOLEAN MultipleRequestPerLu;
BOOLEAN ReceiveEvent;
@ -372,7 +372,7 @@ typedef struct _HW_INITIALIZATION_DATA {
PVOID Reserved;
BOOLEAN MapBuffers;
BOOLEAN NeedPhysicalAddresses;
BOOLEAN TaggedQueueing;
BOOLEAN TaggedQueuing;
BOOLEAN AutoRequestSense;
BOOLEAN MultipleRequestPerLu;
BOOLEAN ReceiveEvent;