summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-03-24 10:33:36 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2004-03-24 10:33:36 +0000
commit1ae827c650d69f05665b96b94061f330017746bc (patch)
treebc39c63dbdd512bba8987210d715200b9d3799b9
parente4736d89a875cd3699c0777c59ebea3e282aa3c1 (diff)
downloadcygnal-1ae827c650d69f05665b96b94061f330017746bc.tar.gz
cygnal-1ae827c650d69f05665b96b94061f330017746bc.tar.bz2
cygnal-1ae827c650d69f05665b96b94061f330017746bc.zip
2004-03-24 Filip Navara <xnavara@volny.cz>
* include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION): Rename TaggedQueueing to TaggedQueuing. (_HW_INITIALIZATION_DATA): Likewise.
-rw-r--r--winsup/w32api/ChangeLog7
-rw-r--r--winsup/w32api/include/ddk/srb.h4
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;