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.

19 lines
497 B

  1. //-----------------------------------------------------------------------------
  2. //
  3. // File: parser.h
  4. // Copyright (C) 1994-1996 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // Mother of all include files for parsers. This should be everything that
  8. // a parser needs.
  9. //
  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>