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.

82 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 INC_OLE2
  18. extern "C" {
  19. #include <nt.h>
  20. #include <ntrtl.h>
  21. #include <nturtl.h>
  22. }
  23. #include <windows.h>
  24. #include <windowsx.h>
  25. #include <winspool.h>
  26. //
  27. // ********* CRunTime Includes
  28. //
  29. #include <stdlib.h>
  30. #include <limits.h>
  31. #include <stdlib.h>
  32. #include <io.h>
  33. #include <wchar.h>
  34. #include <tchar.h>
  35. //
  36. // ********* Public ADs includes
  37. //
  38. #include "activeds.h"
  39. #include "nocairo.hxx"
  40. #include "noutil.hxx"
  41. #include "fbstr.hxx"
  42. #include "date.hxx"
  43. #include "pack.hxx"
  44. #include "creden.hxx"
  45. //
  46. // ********* Private ADs includes
  47. //
  48. #include <formdeb.h>
  49. #include <oledsdbg.h>
  50. #include <formcnst.hxx>
  51. #include "nodll.hxx"
  52. #include "util.hxx"
  53. #include "intf.hxx"
  54. #include "iprops.hxx"
  55. #include "cdispmgr.hxx"
  56. #include "registry.hxx"
  57. #include "win95.hxx"
  58. //
  59. // ********* Directory-specific includes should stay within that directory.
  60. //