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.

56 lines
1.3 KiB

  1. //-----------------------------------------------------------------------------
  2. //
  3. //
  4. // File: precomp.h
  5. //
  6. // Description: Precompiled header for phatq\dsnsink
  7. //
  8. // Author: Mike Swafford (MikeSwa)
  9. //
  10. // History:
  11. // 6/15/99 - MikeSwa Created
  12. // 7/15/99 - MikeSwa Moved to transmt
  13. //
  14. // Copyright (C) 1999 Microsoft Corporation
  15. //
  16. //-----------------------------------------------------------------------------
  17. #ifndef __AQ_PRECOMP_H__
  18. #define __AQ_PRECOMP_H__
  19. //Local includes
  20. #ifdef PLATINUM
  21. #include <ptntintf.h>
  22. #include <ptntdefs.h>
  23. #define AQ_MODULE_NAME "phatq"
  24. #else //not PLATINUM
  25. #define AQ_MODULE_NAME "aqueue"
  26. #endif //PLATINUM
  27. //Includes from external directories
  28. #include <smtpevent.h>
  29. #include <aqueue.h>
  30. #include <transmem.h>
  31. #include <dbgtrace.h>
  32. #include <mailmsg.h>
  33. #include <mailmsgprops.h>
  34. #include <aqerr.h>
  35. #include <phatqmsg.h>
  36. #include <caterr.h>
  37. #include <time.h>
  38. #include <stdio.h>
  39. #include <aqevents.h>
  40. #include <aqintrnl.h>
  41. #include <tran_evntlog.h>
  42. #include "dsnsink.h"
  43. #include "dsnbuff.h"
  44. #include "dsntext.h"
  45. #include "dsnlang.h"
  46. #include "dsn_utf7.h"
  47. #include "cpropbag.h"
  48. #include "dsninternal.h"
  49. //Wrappers for transmem macros
  50. #include <aqmem.h>
  51. #endif //__AQ_PRECOMP_H__