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.

89 lines
1.5 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996-1997
  5. //
  6. // File: pch.cpp
  7. //
  8. // Contents: Hydra License Server Precompiled Header
  9. //
  10. //---------------------------------------------------------------------------
  11. #include <nt.h>
  12. #include <ntrtl.h>
  13. #include <nturtl.h>
  14. #include <windows.h>
  15. #include <tchar.h>
  16. #include <stdio.h>
  17. #include <stdarg.h>
  18. #include <stdlib.h>
  19. #include <process.h>
  20. #include <rpc.h>
  21. #include <shellapi.h>
  22. #include <wincrypt.h>
  23. #include <new.h>
  24. #include <eh.h>
  25. #include "resource.h"
  26. //
  27. // include for all license project
  28. //
  29. #include "license.h"
  30. #include "certutil.h"
  31. //
  32. // Backward compatible
  33. //
  34. #include "hydrals.h"
  35. #include "utils.h"
  36. #include "locks.h"
  37. #include "hpool.h"
  38. //
  39. // TLSDb
  40. //
  41. #include "JBDef.h"
  42. #include "JetBlue.h"
  43. #include "TLSDb.h"
  44. #include "backup.h"
  45. #include "KPDesc.h"
  46. #include "Licensed.h"
  47. #include "licpack.h"
  48. #include "version.h"
  49. #include "workitem.h"
  50. //
  51. // Current RPC interface
  52. //
  53. #include "tlsrpc.h"
  54. #include "tlsdef.h"
  55. #include "tlsapi.h"
  56. #include "tlsapip.h"
  57. #include "tlspol.h"
  58. //
  59. //
  60. #include "messages.h"
  61. #include "tlsassrt.h"
  62. #include "trust.h"
  63. #include "svcrole.h"
  64. #include "secstore.h"
  65. #include "common.h"
  66. #include "lscommon.h"
  67. #include "Cryptkey.h"
  68. #include "licekpak.h"
  69. #include "base64.h"
  70. #include "licecert.h"
  71. #pragma hdrstop