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

22 lines
475 B
C

//-----------------------------------------------------------------------------
//
// File: parseman.h
// Copyright (C) 1994-1996 Microsoft Corporation
// All rights reserved.
//
//
//
//-----------------------------------------------------------------------------
#pragma once
#pragma comment(lib, "parseman.lib")
#ifdef IMPLEMENT
#error Illegal use of IMPLEMENT macro
#endif
#include <ltapi.h>
#include ".\parseman\pinfo.h"
#include ".\parseman\pmanager.h"