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.

36 lines
870 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1996 - 1999
  6. //
  7. // File: global.hxx
  8. //
  9. // Contents: Top level internal header file for crypt32 APIs. This file
  10. // includes all base header files and contains other global
  11. // stuff.
  12. //
  13. // History: 31-Mar-1997 pberkman created
  14. //
  15. //--------------------------------------------------------------------------
  16. #include <windows.h>
  17. #include <assert.h>
  18. #include <malloc.h>
  19. #include <memory.h>
  20. #include <stdio.h>
  21. #include <stdlib.h>
  22. #include <string.h>
  23. #include <time.h>
  24. #include "wincrypt.h"
  25. #include "wintrust.h"
  26. #include "wintrustp.h"
  27. #include "unicode.h"
  28. #include "crtem.h"
  29. #include "dbgdef.h"
  30. #include "gendefs.h"
  31. #define DBG_SS DBG_SS_TRUSTCOMMON
  32. #pragma hdrstop