You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
324 B
28 lines
324 B
/*++
|
|
|
|
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
|