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.

37 lines
975 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1996 - 1997
  6. //
  7. // File: global.h
  8. //
  9. // Contents: Top level internal header file for WinCrmsg APIs. This file
  10. // includes all base header files and contains other global
  11. // stuff.
  12. //
  13. // History: 16-Apr-96 kevinr created
  14. //
  15. //--------------------------------------------------------------------------
  16. #define CMS_PKCS7 1
  17. #ifdef CMS_PKCS7
  18. #define CMSG_SIGNER_ENCODE_INFO_HAS_CMS_FIELDS 1
  19. #define CMSG_SIGNED_ENCODE_INFO_HAS_CMS_FIELDS 1
  20. #define CMSG_ENVELOPED_ENCODE_INFO_HAS_CMS_FIELDS 1
  21. #endif // CMS_PKCS7
  22. #include <windows.h>
  23. #include <assert.h>
  24. #include <stdlib.h>
  25. #include <stdio.h>
  26. #include <string.h>
  27. #include <memory.h>
  28. #include <time.h>
  29. #include <wincrypt.h>
  30. #include <list.hxx>
  31. #include <asn1util.h>
  32. #pragma hdrstop