Source code of Windows XP (NT5)
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.

65 lines
1.1 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 <lm.h>
  32. #include <lmaccess.h>
  33. #include <stdio.h>
  34. #include <setupapi.h>
  35. #include <prsht.h>
  36. #include <loadperf.h>
  37. #include <shellapi.h>
  38. #include <shlobj.h>
  39. #include <commdlg.h>
  40. #include <ocmanage.h>
  41. #include <winsta.h>
  42. #include <regapi.h>
  43. #include <ntsecapi.h>
  44. #include <malloc.h>
  45. #include <appmgmt.h>
  46. #include <msi.h>
  47. #include "conv.h"
  48. #include "constants.h"
  49. #include "resource.h"
  50. #include "Registry.h"
  51. #include "logmsg.h"
  52. #include "util.h"
  53. #include "icaevent.h"
  54. #define AssertFalse() ASSERT(FALSE)
  55. #define VERIFY(x) RTL_VERIFY(x)
  56. //;
  57. #endif // _stdafx_h_