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

26 lines
677 B
C

//-----------------------------------------------------------------------------
//
// File: pbase.h
// Copyright (C) 1994-1996 Microsoft Corporation
// All rights reserved.
//
// Parser base classes. Parsers should really be using parsers.h
//
// Owner: MHotchin
//
//-----------------------------------------------------------------------------
#pragma once
#pragma comment(lib, "pbase.lib")
#include ".\pbase\locfile.h"
#include ".\pbase\parseapi.h"
#include ".\pbase\pversion.h"
#include ".\pbase\subparse.h"
#include ".\pbase\binary.h"
#include ".\pbase\imgres32.h"
#include ".\pbase\mnemonic.h"
#include ".\pbase\idupdate.h"
#include ".\pbase\updatelog.h"