windows-nt/Source/XPSP1/NT/base/wmi/bmoflocparser/inc/parser.h
2020-09-26 16:20:57 +08:00

20 lines
497 B
C

//-----------------------------------------------------------------------------
//
// 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>