mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:23:01 +00:00
* Sync up to trunk head (r60691).
svn path=/branches/ntvdm/; revision=60692
This commit is contained in:
commit
25445ea35f
5851 changed files with 218087 additions and 724119 deletions
|
@ -206,9 +206,9 @@ HidParser_BuildCollectionContext(
|
|||
//
|
||||
ASSERT(CollectionSize + sizeof(HID_COLLECTION_CONTEXT) == ContextSize);
|
||||
|
||||
DPRINT1("CollectionContext %p\n", CollectionContext);
|
||||
DPRINT1("CollectionContext RawData %p\n", CollectionContext->RawData);
|
||||
DPRINT1("CollectionContext Size %lu\n", CollectionContext->Size);
|
||||
DPRINT("CollectionContext %p\n", CollectionContext);
|
||||
DPRINT("CollectionContext RawData %p\n", CollectionContext->RawData);
|
||||
DPRINT("CollectionContext Size %lu\n", CollectionContext->Size);
|
||||
|
||||
//
|
||||
// done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue