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.

62 lines
1.4 KiB

  1. //-----------------------------------------------------------------------------
  2. //
  3. //
  4. // File: precomp.h
  5. //
  6. // Description: Precompiled header for phatq\cat\ldapstor
  7. //
  8. // Author: Mike Swafford (MikeSwa)
  9. //
  10. // History:
  11. // 7/15/99 - MikeSwa Moved to transmt
  12. //
  13. // Copyright (C) 1999 Microsoft Corporation
  14. //
  15. //-----------------------------------------------------------------------------
  16. #ifndef __AQ_PRECOMP_H__
  17. #define __AQ_PRECOMP_H__
  18. //Includes from external directories
  19. #include <stdio.h>
  20. #include <stdlib.h>
  21. #include <malloc.h>
  22. #include <windows.h>
  23. #include <dbgtrace.h>
  24. #include <listmacr.h>
  25. #include "spinlock.h"
  26. #include <lmcons.h>
  27. #include <dsgetdc.h>
  28. #include <lmapibuf.h>
  29. #include <time.h>
  30. #include "caterr.h"
  31. #include "smtpevent.h"
  32. #include <transmem.h>
  33. #include <winldap.h>
  34. #include <perfcat.h>
  35. #include <catperf.h>
  36. #include <codepageconvert.h>
  37. //Local includes
  38. #ifdef PLATINUM
  39. #include <ptntintf.h>
  40. #include <ptntdefs.h>
  41. #define AQ_MODULE_NAME "phatq"
  42. #else //not PLATINUM
  43. #define AQ_MODULE_NAME "aqueue"
  44. #endif //PLATINUM
  45. #include "catdebug.h"
  46. #include "idstore.h"
  47. #include "pldapwrap.h"
  48. #include "ccat.h"
  49. #include "ccatfn.h"
  50. #include "globals.h"
  51. #include "asyncctx.h"
  52. #include "ccataddr.h"
  53. #include "icatasync.h"
  54. #include <smtpseo.h>
  55. #include "catglobals.h"
  56. #include "catdebug.h"
  57. #endif //__AQ_PRECOMP_H__