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.

58 lines
1.3 KiB

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