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.

30 lines
758 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: 29-Jul-96 kevinr 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 <crtdbg.h>
  25. #include "crtem.h"
  26. #include "wincrypt.h"
  27. #pragma hdrstop