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.

54 lines
1.1 KiB

  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.
  10. //
  11. // History: 29-Jul-96 kevinr created
  12. //
  13. //--------------------------------------------------------------------------
  14. #include <windows.h>
  15. #include <windowsx.h>
  16. #include <winbase.h>
  17. #include <malloc.h>
  18. #include <memory.h>
  19. #include <stdlib.h>
  20. #include <string.h>
  21. #include <oleauto.h>
  22. #include <stdio.h>
  23. #include <sddl.h>
  24. #include <lmaccess.h>
  25. #include <lmerr.h>
  26. #include <lmapibuf.h>
  27. #include <dsgetdc.h>
  28. #include <accctrl.h>
  29. #include <aclapi.h>
  30. #define SECURITY_WIN32
  31. #include <security.h>
  32. #include "prsht.h"
  33. #include "commctrl.h"
  34. #include "httpext.h"
  35. #include "wininet.h"
  36. #include "urlmon.h"
  37. #include "crtem.h"
  38. #include "wincrypt.h"
  39. #include "certcli.h"
  40. #include "certadm.h"
  41. #include "certca.h"
  42. #include <certsrv.h>
  43. #include "unicode.h"
  44. #include "crypttls.h"
  45. #include <pkiasn1.h>
  46. #include "..\common.h"
  47. #pragma hdrstop