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.

85 lines
1.4 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1996.
  5. //
  6. // File: Common header file for the entire ADs project.
  7. //
  8. // History:
  9. //
  10. //
  11. // Note: This file is very order-dependent. Don't switch files around
  12. // just for the heck of it!
  13. //
  14. //----------------------------------------------------------------------------
  15. #define _OLEAUT32_
  16. #define _LARGE_INTEGER_SUPPORT_
  17. #define UNICODE
  18. #define _UNICODE
  19. #define INC_OLE2
  20. extern "C" {
  21. #include <nt.h>
  22. #include <ntrtl.h>
  23. #include <nturtl.h>
  24. }
  25. #include <windows.h>
  26. #include <windowsx.h>
  27. #include <winspool.h>
  28. //
  29. // ********* CRunTime Includes
  30. //
  31. #include <stdlib.h>
  32. #include <limits.h>
  33. #include <stdlib.h>
  34. #include <io.h>
  35. #include <wchar.h>
  36. #include <tchar.h>
  37. //
  38. // ********* Public ADs includes
  39. //
  40. #include "activeds.h"
  41. #include "nocairo.hxx"
  42. #include "noutil.hxx"
  43. #include "fbstr.hxx"
  44. #include "date.hxx"
  45. #include "pack.hxx"
  46. #include "creden.hxx"
  47. //
  48. // ********* Private ADs includes
  49. //
  50. #include <formdeb.h>
  51. #include <oledsdbg.h>
  52. #include <formcnst.hxx>
  53. #include "nodll.hxx"
  54. #include "util.hxx"
  55. #include "intf.hxx"
  56. #include "iprops.hxx"
  57. #include "cdispmgr.hxx"
  58. #include "registry.hxx"
  59. #include "win95.hxx"
  60. //
  61. // ********* Directory-specific includes should stay within that directory.
  62. //