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.

30 lines
681 B

  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. // 7/15/99 - MikeSwa Created
  12. //
  13. // Copyright (C) 1999 Microsoft Corporation
  14. //
  15. //-----------------------------------------------------------------------------
  16. #ifndef __AQ_PRECOMP_H__
  17. #define __AQ_PRECOMP_H__
  18. #include "retrinc.h"
  19. #include "hashentr.h"
  20. #include "rhash.h"
  21. #include "retryq.h"
  22. #include "aqueue.h"
  23. #include "aqintrnl.h"
  24. #include "retrsink.h"
  25. #include "hshroute.h"
  26. #include "aqmem.h"
  27. #endif //__AQ_PRECOMP_H__