Source code of Windows XP (NT5)
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.

32 lines
370 B

  1. /*++
  2. Copyright (c) 1995-1998 Microsoft Corporation
  3. Module Name:
  4. lookup.h
  5. Abstract:
  6. Contains routines for a generalized best
  7. matching prefix lookup data structure.
  8. Author:
  9. Chaitanya Kodeboyina (chaitk) 20-Jun-1998
  10. Revision History:
  11. --*/
  12. #include "pchrtm.h"
  13. #pragma hdrstop
  14. #if PAT_TRIE
  15. #include "pattrie.c"
  16. #else
  17. #include "avltrie.c"
  18. #endif