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.

37 lines
592 B

  1. /*++
  2. Copyright (c) 1998-2000 Microsoft Corporation
  3. Module Name :
  4. precomp.hxx
  5. Abstract:
  6. Test harness for LKRhash
  7. Author:
  8. George V. Reilly (GeorgeRe) 06-Jan-1998
  9. Environment:
  10. Win32 - User Mode
  11. Project:
  12. Internet Information Server RunTime Library
  13. Revision History:
  14. --*/
  15. #ifndef __PRECOMP_HXX__
  16. #define __PRECOMP_HXX__
  17. extern "C" {
  18. // #include <wdm.h>
  19. // #include <ntddk.h>
  20. #include <ntosp.h>
  21. };
  22. #include <kLKRhash.h>
  23. #include "../../src/_locks.h"
  24. #endif // __PRECOMP_HXX__