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.

127 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. #ifndef _PROCS_HXX_
  15. #define _PROCS_HXX_
  16. #define _OLEAUT32_
  17. #define _LARGE_INTEGER_SUPPORT_
  18. #define UNICODE
  19. #define _UNICODE
  20. #define INC_OLE2
  21. #define SECURITY_WIN32
  22. #ifdef __cplusplus
  23. extern "C" {
  24. #endif
  25. #include <nt.h>
  26. #include <ntrtl.h>
  27. #include <nturtl.h>
  28. #undef DOMAIN_ALL_ACCESS // defined in both ntsam.h and ntwinapi.h
  29. #include <ntseapi.h>
  30. #include <ntsam.h>
  31. #include <ntlsa.h>
  32. #ifdef __cplusplus
  33. }
  34. #endif
  35. #include <windows.h>
  36. #include <windowsx.h>
  37. #include <winspool.h>
  38. #include <security.h>
  39. //
  40. // ********* CRunTime Includes
  41. //
  42. #include <stdlib.h>
  43. #include <limits.h>
  44. #include <io.h>
  45. #include <wchar.h>
  46. #include <tchar.h>
  47. #ifdef __cplusplus
  48. extern "C" {
  49. #endif
  50. #include "activeds.h"
  51. #ifdef __cplusplus
  52. }
  53. #endif
  54. //
  55. // ********* Public ADs includes
  56. //
  57. #include "nocairo.hxx"
  58. //
  59. // ********* Public OleDB includes
  60. //
  61. #include "oledbinc.hxx"
  62. //
  63. // ********* Private ADs includes
  64. //
  65. #ifdef __cplusplus
  66. extern "C" {
  67. #endif
  68. #include <formdeb.h>
  69. #include <oledsdbg.h>
  70. #ifdef __cplusplus
  71. }
  72. #endif
  73. #include <formcnst.hxx>
  74. #include <formtrck.hxx>
  75. #include "nodll.hxx"
  76. #include "noutil.hxx"
  77. #include "util.hxx"
  78. #include "fbstr.hxx"
  79. #include "date.hxx"
  80. #include "intf.hxx"
  81. #include "intf2.hxx"
  82. #include "cdispmgr.hxx"
  83. #include "registry.hxx"
  84. #include "pack.hxx"
  85. #include "creden.hxx"
  86. #if DBG==1 && !defined(MSVC)
  87. #ifdef __cplusplus
  88. extern "C" {
  89. #endif
  90. #include "caiheap.h"
  91. #ifdef __cplusplus
  92. }
  93. #endif
  94. #endif
  95. #include "win95.hxx"
  96. #endif // ifndef _PROCS_HXX_