diff options
Diffstat (limited to 'winsup/w32api')
-rw-r--r-- | winsup/w32api/ChangeLog | 7 | ||||
-rw-r--r-- | winsup/w32api/include/ddk/srb.h | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 7216cad1d..a21b4f4a8 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -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. diff --git a/winsup/w32api/include/ddk/srb.h b/winsup/w32api/include/ddk/srb.h index 93563f283..43648df15 100644 --- a/winsup/w32api/include/ddk/srb.h +++ b/winsup/w32api/include/ddk/srb.h @@ -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; |