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
360 B

  1. /*++
  2. Copyright (C) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. PARSER.H
  5. History:
  6. --*/
  7. //
  8. // Mother of all include files for parsers. This should be everything that
  9. // a parser needs.
  10. //
  11. #pragma once
  12. #define ESPRESSO_AUX_COMPONENT
  13. #include <esputil.h>
  14. #include <pbase.h>
  15. #include <parsutil.h>
  16. #include <parserid.h>