Leaked source code of windows server 2003
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.

39 lines
604 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. DRM.h
  5. Abstract:
  6. Drm definitions
  7. Author:
  8. John Bradstreet (johnbrad)
  9. Revision History:
  10. 27-Mar-2002 created
  11. --*/
  12. #ifndef __ENCDEC_DRM_H__
  13. #define __ENCDEC_DRM_H__
  14. #ifdef BUILD_WITH_DRM
  15. #include "des.h" // all include files from the DRMInc directory
  16. #include "sha.h"
  17. #include "pkcrypto.h"
  18. #include "drmerr.h"
  19. #include "drmstub.h"
  20. #include "drmutil.h"
  21. #include "license.h"
  22. #endif //BUILD_WITH_DRM
  23. #endif // __ENCDEC_DRM_H__