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.

59 lines
1011 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. #include <windows.h>
  18. #include <tchar.h>
  19. #include <process.h>
  20. #include <stdlib.h>
  21. #include <stdio.h>
  22. #include <io.h>
  23. #include <stddef.h>
  24. #include <conio.h>
  25. #include <string.h>
  26. #include <ctype.h>
  27. #include <time.h>
  28. #include <malloc.h>
  29. #include <mmsystem.h>
  30. #include <IrtlDbg.h>
  31. #include "../../../src/i-Locks.h"
  32. #include "../../../src/i-Debug.h"
  33. #if 1
  34. // internal API
  35. # undef LKR_PUBLIC_API
  36. # include <LKRhash.h>
  37. #else
  38. // public API
  39. # define LKR_PUBLIC_API
  40. # include <LKR-hash.h>
  41. #endif
  42. #include "../../../src/i-LKRhash.h"
  43. #endif // __PRECOMP_HXX__