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
19 lines
547 B
//-----------------------------------------------------------------------------
|
|
//
|
|
// File: puser.h
|
|
// Copyright (C) 1994-1996 Microsoft Corporation
|
|
// 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>
|