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.

41 lines
837 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1995 - 1999
  6. //
  7. // File: certmgr.h
  8. //
  9. // Contents: the header for CertMgr tool
  10. //
  11. //
  12. // History: 21-July-97 xiaohs created
  13. //
  14. //--------------------------------------------------------------------------
  15. #ifndef CERTMGR_H
  16. #define CERTMGR_H
  17. #include <windows.h>
  18. #include <assert.h>
  19. #include <stdlib.h>
  20. #include <stdio.h>
  21. #include <string.h>
  22. #include <memory.h>
  23. #include <unicode.h>
  24. #include <wchar.h>
  25. #include "wincrypt.h"
  26. #include "mssip.h"
  27. #include "wintrust.h"
  28. #include "sipbase.h"
  29. #include "unicode.h"
  30. #include "toolutl.h"
  31. #include "certhlp.h"
  32. #include "resource.h"
  33. #include "cryptui.h"
  34. #endif // CERTMGR_H