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.

62 lines
1.3 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1996 - 1999
  6. //
  7. // File: global.hxx
  8. //
  9. // Contents: Microsoft Internet Security Trust Provider
  10. //
  11. // History: 28-May-1997 pberkman created
  12. //
  13. //--------------------------------------------------------------------------
  14. #define STRICT
  15. #define NO_ANSIUNI_ONLY
  16. #include <windows.h>
  17. #include <assert.h>
  18. #include <regstr.h>
  19. #include <string.h>
  20. #include <malloc.h>
  21. #include <memory.h>
  22. #include <stdlib.h>
  23. #include <stddef.h>
  24. #include <stdio.h>
  25. #include <wchar.h>
  26. #include <tchar.h>
  27. #include <time.h>
  28. #include <shellapi.h>
  29. #include <prsht.h>
  30. #include <commctrl.h>
  31. #include <wininet.h>
  32. #include "wincrypt.h"
  33. #include "dbgdef.h"
  34. #include "unicode.h"
  35. #include "crtem.h"
  36. #include "crypttls.h"
  37. #include "crypthlp.h"
  38. #include "wincrypt.h"
  39. #include "sipbase.h"
  40. #include "mssip.h"
  41. #include "mscat.h"
  42. #include "wintrust.h"
  43. #include "wintrustp.h"
  44. #include "gendefs.h"
  45. #include "eventlst.h"
  46. #include "provload.h"
  47. #include "storprov.h"
  48. #include "locals.h"
  49. #include "catcache.h"
  50. #define DBG_SS DBG_SS_TRUST
  51. #pragma hdrstop