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.

19 lines
547 B

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