mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
[PORTCLS]
- Add license header svn path=/trunk/; revision=49401
This commit is contained in:
parent
fbd13b3b7b
commit
92caa24fa4
1 changed files with 12 additions and 7 deletions
|
@ -1,6 +1,17 @@
|
|||
/*****************************************************************************
|
||||
* miniport_dmus.cpp - UART miniport implementation
|
||||
*****************************************************************************
|
||||
* Copyright (c) 1997-2000 Microsoft Corporation. All Rights Reserved.
|
||||
*
|
||||
* Feb 98 MartinP -- based on UART, began deltas for DirectMusic.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
#include "private.hpp"
|
||||
|
||||
// + for absolute / - for relative
|
||||
|
||||
#define kOneMillisec (10 * 1000)
|
||||
|
||||
//
|
||||
|
@ -272,13 +283,7 @@ public:
|
|||
friend STDMETHODIMP_(NTSTATUS) SnapTimeStamp(PINTERRUPTSYNC InterruptSync,PVOID pStream);
|
||||
};
|
||||
|
||||
/*****************************************************************************
|
||||
* miniport.cpp - UART miniport implementation
|
||||
*****************************************************************************
|
||||
* Copyright (c) 1997-2000 Microsoft Corporation. All Rights Reserved.
|
||||
*
|
||||
* Feb 98 MartinP -- based on UART, began deltas for DirectMusic.
|
||||
*/
|
||||
|
||||
|
||||
#define STR_MODULENAME "DMusUART:Miniport: "
|
||||
|
||||
|
|
Loading…
Reference in a new issue