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.

53 lines
1.0 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1996 - 1996
  6. //
  7. // File: global.hxx
  8. //
  9. // Contents: Top level internal header file.
  10. //
  11. // History: 29-Jul-96 kevinr created
  12. //
  13. //--------------------------------------------------------------------------
  14. #include <windows.h>
  15. #include <winbase.h>
  16. #include <malloc.h>
  17. #include <memory.h>
  18. #include <stdlib.h>
  19. #include <string.h>
  20. #include <oleauto.h>
  21. #include <stdio.h>
  22. #include "httpext.h"
  23. #include "wininet.h"
  24. #include "urlmon.h"
  25. #include "crtem.h"
  26. #include "wincrypt.h"
  27. #include "certcli.h"
  28. #include "certca.h"
  29. #include "unicode.h"
  30. #include "xelib.h"
  31. #include "crypttls.h"
  32. #include <pkiasn1.h>
  33. #ifdef __cplusplus
  34. extern "C" {
  35. #endif
  36. #include "cepasn.h"
  37. #ifdef __cplusplus
  38. } // Balance extern "C" above
  39. #endif
  40. #include "private.h"
  41. #include "resource.h"
  42. #include "..\common.h"
  43. #include "ceplog.h"
  44. #pragma hdrstop