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.

64 lines
1.2 KiB

  1. // Copyright (c) 1998 - 1999 Microsoft Corporation
  2. /*
  3. *
  4. * Module Name:
  5. *
  6. * hydraoc.h
  7. *
  8. * Abstract:
  9. *
  10. * Common Header file for the HydraOC Component.
  11. * HydraOc Component is an optional component which installs Termainal Server (Hydra)
  12. *
  13. * Author:
  14. *
  15. *
  16. * Environment:
  17. *
  18. * User Mode
  19. */
  20. #ifndef _stdafx_h_
  21. #define _stdafx_h_
  22. #include <nt.h>
  23. #include <ntrtl.h>
  24. #include <nturtl.h>
  25. #include <windows.h>
  26. #include <devguid.h>
  27. #include <initguid.h>
  28. #include <objbase.h>
  29. #include <tchar.h>
  30. #include <time.h>
  31. #include <stdio.h>
  32. #include <setupapi.h>
  33. #include <prsht.h>
  34. #include <loadperf.h>
  35. #include <shellapi.h>
  36. #include <shlobj.h>
  37. #include <commdlg.h>
  38. #include <lm.h>
  39. #include <lmerr.h>
  40. #include <lmserver.h>
  41. #include <iostream.h>
  42. #include <fstream.h>
  43. #include <stdlib.h>
  44. #include <string.h>
  45. #include <clusapi.h> // for GetNodeClusterState
  46. #include <malloc.h>
  47. #include <stddef.h>
  48. #include <wincrypt.h>
  49. #include <imagehlp.h>
  50. #include "conv.h"
  51. #include "Registry.h" // CRegistry
  52. #define AssertFalse() ASSERT(FALSE)
  53. #define VERIFY(x) RTL_VERIFY(x)
  54. #endif // _stdafx_h_