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.

121 lines
1.9 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1993.
  5. //
  6. // File: Common header file for the entire ADs project.
  7. //
  8. // History:
  9. //
  10. // Note: This file is very order-dependent. Don't switch files around
  11. // just for the heck of it!
  12. //
  13. //----------------------------------------------------------------------------
  14. #define _OLEAUT32_
  15. #define _LARGE_INTEGER_SUPPORT_
  16. #define UNICODE
  17. #define _UNICODE
  18. #define INC_OLE2
  19. #define SECURITY_WIN32
  20. #ifdef __cplusplus
  21. extern "C" {
  22. #endif
  23. #include <nt.h>
  24. #include <ntrtl.h>
  25. #include <nturtl.h>
  26. #undef DOMAIN_ALL_ACCESS // defined in both ntsam.h and ntwinapi.h
  27. #include <ntseapi.h>
  28. #include <ntsam.h>
  29. #include <ntlsa.h>
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33. #include <windows.h>
  34. #include <windowsx.h>
  35. #include <winspool.h>
  36. #include <security.h>
  37. //
  38. // ********* CRunTime Includes
  39. //
  40. #include <stdlib.h>
  41. #include <limits.h>
  42. #include <io.h>
  43. #include <wchar.h>
  44. #include <tchar.h>
  45. #ifdef __cplusplus
  46. extern "C" {
  47. #endif
  48. #include "activeds.h"
  49. #ifdef __cplusplus
  50. }
  51. #endif
  52. //
  53. // ********* Public ADs includes
  54. //
  55. #include "nocairo.hxx"
  56. //
  57. // ********* Public OleDB includes
  58. //
  59. #include "oledbinc.hxx"
  60. //
  61. // ********* Private ADs includes
  62. //
  63. #ifdef __cplusplus
  64. extern "C" {
  65. #endif
  66. #include <formdeb.h>
  67. #include <oledsdbg.h>
  68. #ifdef __cplusplus
  69. }
  70. #endif
  71. #include <formcnst.hxx>
  72. #include <formtrck.hxx>
  73. #include "nodll.hxx"
  74. #include "noutil.hxx"
  75. #include "util.hxx"
  76. #include "fbstr.hxx"
  77. #include "date.hxx"
  78. #include "intf.hxx"
  79. #include "intf2.hxx"
  80. #include "cdispmgr.hxx"
  81. #include "registry.hxx"
  82. #include "pack.hxx"
  83. #include "creden.hxx"
  84. #if DBG==1 && !defined(MSVC)
  85. #ifdef __cplusplus
  86. extern "C" {
  87. #endif
  88. #include "caiheap.h"
  89. #ifdef __cplusplus
  90. }
  91. #endif
  92. #endif
  93. #include "win95.hxx"