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.

78 lines
1.7 KiB

  1. //-----------------------------------------------------------------------------
  2. //
  3. //
  4. // File: aqprecmp.h
  5. //
  6. // Description: Precompiled header for aqueue\advqueue
  7. //
  8. // Author: Mike Swafford (MikeSwa)
  9. //
  10. // History:
  11. // 6/15/99 - MikeSwa Created
  12. //
  13. // Copyright (C) 1999 Microsoft Corporation
  14. //
  15. //-----------------------------------------------------------------------------
  16. #ifndef __AQPRECMP_H__
  17. #define __AQPRECMP_H__
  18. //Includes from external directories
  19. #include <aqincs.h>
  20. #include <rwnew.h>
  21. #include <aqueue.h>
  22. #include <mailmsgprops.h>
  23. #include <address.hxx>
  24. #include <mailmsg.h>
  25. #include <mailmsgi.h>
  26. #include <baseobj.h>
  27. #include <tran_evntlog.h>
  28. #include <listmacr.h>
  29. #include <smtpevent.h>
  30. #include <aqmem.h>
  31. #include <aqadmtyp.h>
  32. #include <aqadmin.h>
  33. #include <blockmgr.h>
  34. #ifdef PLATINUM
  35. #include <phatqmsg.h>
  36. #include <ptntdefs.h>
  37. #include <ptntintf.h>
  38. #include <linkstate.h>
  39. #include <exdrv.h>
  40. #include <ptrwinst.h>
  41. #include <exaqadm.h>
  42. #define AQ_MODULE_NAME "phatq"
  43. #else //NOT PLATINUM
  44. #include <aqmsg.h>
  45. #include <rwinst.h>
  46. #define AQ_MODULE_NAME "aqueue"
  47. #endif //PLATINUM
  48. //Internal AdvQueue headers
  49. #include "cmt.h"
  50. #include "aqintrnl.h"
  51. #include "aqinst.h"
  52. #include "connmgr.h"
  53. #include "aqadmsvr.h"
  54. #include "linkmsgq.h"
  55. #include "destmsgq.h"
  56. #include "domain.h"
  57. #include "msgref.h"
  58. #include "dcontext.h"
  59. #include "connmgr.h"
  60. #include "aqnotify.h"
  61. #include "smproute.h"
  62. #include "qwiktime.h"
  63. #include "shutdown.h"
  64. #include "refstr.h"
  65. #include "msgguid.h"
  66. #include "aqdbgcnt.h"
  67. #include "aqnotify.h"
  68. #include "defdlvrq.h"
  69. #include "failmsgq.h"
  70. #include "asncwrkq.h"
  71. #include "aqevents.h"
  72. #endif //__AQPRECMP_H__