29 lines
324 B
C++
29 lines
324 B
C++
|
/*++
|
||
|
|
||
|
Copyright (c) 2001 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
rights.hxx
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
rights
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Larry Zhu (LZhu) December 1, 2001
|
||
|
|
||
|
Environment:
|
||
|
|
||
|
User Mode
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#ifndef RIGHTS_HXX
|
||
|
#define RIGHTS_HXX
|
||
|
|
||
|
#endif // #ifndef RIGHTS_HXX
|