Source code of Windows XP (NT5)
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.

42 lines
523 B

  1. /*++
  2. Copyright (c) 1994-1998 Microsoft Corporation
  3. Module Name:
  4. seccom.h
  5. Abstract:
  6. Common include file for tshare security security module.
  7. Author:
  8. Madan Appiah (madana) 24-Jan-1998
  9. Environment:
  10. User Mode - Win32
  11. Revision History:
  12. --*/
  13. #ifndef _SECCOM_H_
  14. #define _SECCOM_H_
  15. #include <windows.h>
  16. #include <tchar.h>
  17. #include <license.h>
  18. #include <tssec.h>
  19. #include <hydrakey.h>
  20. #include <sha.h>
  21. #include <md5.h>
  22. #include <rsa.h>
  23. #include <secdbg.h>
  24. #include <global.h>
  25. #endif // _SECCOM_H_