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.

75 lines
1.5 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1996 - 1999
  6. //
  7. // File: global.h
  8. //
  9. // Contents: Top level internal header file for CertStor APIs. This file
  10. // includes all base header files and contains other global
  11. // stuff.
  12. //
  13. // History: 14-May-96 kevinr created
  14. //
  15. //--------------------------------------------------------------------------
  16. #define CMS_PKCS7 1
  17. #include <windows.h>
  18. #include <assert.h>
  19. #include <malloc.h>
  20. #include <memory.h>
  21. #include <stdio.h>
  22. #include <stdlib.h>
  23. #include <string.h>
  24. #include <time.h>
  25. #include <commctrl.h>
  26. #include <urlmon.h>
  27. #include <hlink.h>
  28. #include <shellapi.h>
  29. #include <prsht.h>
  30. #include <richedit.h>
  31. #include <stddef.h>
  32. #ifndef UNICODE // We want the UNICODE version of the common query functions.
  33. #define UNICODE 1
  34. #define REVERT_UNICODE 1
  35. #endif
  36. #include <initguid.h>
  37. #include <dsquery.h>
  38. #include <cmnquery.h>
  39. #include <shlobj.h>
  40. #include <dsclient.h>
  41. #include <winldap.h>
  42. #include <dsgetdc.h>
  43. #include <ntdsapi.h>
  44. #ifdef REVERT_UNICODE
  45. #undef UNICODE
  46. #endif
  47. #include "crtem.h"
  48. #include "wincrypt.h"
  49. #include "wintrust.h"
  50. #include "wintrustp.h"
  51. #include "softpub.h"
  52. #include "unicode.h"
  53. #include "mssip.h"
  54. #include "mscat.h"
  55. #include "cryptui.h"
  56. #include "internal.h"
  57. #include "resource.h"
  58. #include "ccertbmp.h"
  59. #include "uihlpr.h"
  60. #include "secauth.h"
  61. #include "..\wizards\wzrdpvk.h"
  62. #include "pwdui.h"
  63. #include "lm.h"
  64. #pragma hdrstop