windows-nt/Source/XPSP1/NT/base/wmi/bmoflocparser/inc/parser.h

20 lines
497 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//-----------------------------------------------------------------------------
//
// File: parser.h
// Copyright (C) 1994-1996 Microsoft Corporation
// All rights reserved.
//
// Mother of all include files for parsers. This should be everything that
// a parser needs.
//
//-----------------------------------------------------------------------------
#pragma once
#define ESPRESSO_AUX_COMPONENT
#include <esputil.h>
#include <pbase.h>
#include <parsutil.h>
#include <parserid.h>