24 lines
320 B
C
24 lines
320 B
C
/*++
|
|
|
|
Copyright (C) 1996-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
PARSEMAN.H
|
|
|
|
History:
|
|
|
|
--*/
|
|
|
|
#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"
|