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.

25 lines
391 B

  1. /*++
  2. Copyright (C) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. PUSER.H
  5. History:
  6. --*/
  7. //
  8. // Master include file for components that need to use parsers, but not
  9. // implement a parser.
  10. //
  11. // If you are implementing a parser, use PARSER.H instead.
  12. //
  13. #pragma once
  14. #include <esputil.h>
  15. #include <pbase.h>
  16. #include <parserid.h>
  17. #include <parseman.h>