23 lines
574 B
C
23 lines
574 B
C
//-----------------------------------------------------------------------------
|
|
|
|
//
|
|
|
|
// File: puser.h
|
|
|
|
// Copyright (c) 1994-2001 Microsoft Corporation, All Rights Reserved
|
|
// All rights reserved.
|
|
//
|
|
// Master include file for components that need to use parsers, but not
|
|
// implement a parser.
|
|
//
|
|
// If you are implementing a parser, use PARSER.H instead.
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#pragma once
|
|
|
|
#include <esputil.h>
|
|
#include <pbase.h>
|
|
#include <parserid.h>
|
|
#include <parseman.h>
|