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.

22 lines
489 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1995, Microsoft Corporation
  4. //
  5. // File: uprefixp.c
  6. //
  7. // Contents: Code to implement a Unicode Prefix Table.
  8. //
  9. // Classes:
  10. //
  11. // Functions:
  12. //
  13. // History: 12-28-95 Milans Created
  14. //
  15. //-----------------------------------------------------------------------------
  16. #include <ntifs.h>
  17. #include <ntext.h>
  18. #include <libsup.h>
  19. #include <stdlib.h>
  20. #include "prefixp.c"