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.

75 lines
1.7 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows NT Security
  4. // Copyright (C) Microsoft Corporation, 1997 - 1999
  5. //
  6. // File: global.hxx
  7. //
  8. // Contents: Pre-compiled header
  9. //
  10. // History: 23-Jul-97 kirtd Created
  11. // 01-Jan-02 philh Moved from wininet to winhttp
  12. //
  13. //----------------------------------------------------------------------------
  14. #if !defined(__GLOBAL_HXX__)
  15. #define __GLOBAL_HXX__
  16. #define CMS_PKCS7 1
  17. #define CERT_CHAIN_PARA_HAS_EXTRA_FIELDS 1
  18. #define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS 1
  19. #pragma warning(push,3)
  20. #include <stddef.h>
  21. #include <malloc.h>
  22. #include <windows.h>
  23. #include <stdio.h>
  24. #include <stdlib.h>
  25. #include <assert.h>
  26. #include <winhttp.h>
  27. #include <shlwapi.h>
  28. #pragma warning (pop)
  29. // unreferenced inline function has been removed
  30. #pragma warning (disable: 4514)
  31. // unreferenced formal parameter
  32. #pragma warning (disable: 4100)
  33. // conditional expression is constant
  34. #pragma warning (disable: 4127)
  35. // assignment within conditional expression
  36. #pragma warning (disable: 4706)
  37. // nonstandard extension used : nameless struct/union
  38. #pragma warning (disable: 4201)
  39. #include <crtem.h>
  40. #include <pkistr.h>
  41. #include <pkicrit.h>
  42. #include "pkialloc.h"
  43. #include <wincrypt.h>
  44. #include <crypttls.h>
  45. #include <crypthlp.h>
  46. #include <cba.h>
  47. #include <cua.h>
  48. #include <rporprov.h>
  49. #include <octxutil.h>
  50. #include <urlprov.h>
  51. #include <orm.h>
  52. #include <offurl.h>
  53. #include <crobu.h>
  54. #include <tvo.h>
  55. #include <ldapstor.h>
  56. #include <cryptnet.h>
  57. #include <unicode.h>
  58. #include <demand.h>
  59. #pragma hdrstop
  60. #endif