28 lines
469 B
C
28 lines
469 B
C
/*++
|
|
|
|
Copyright (C) 1996-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
PARSUTIL.H
|
|
|
|
History:
|
|
|
|
--*/
|
|
|
|
#pragma once
|
|
|
|
#pragma comment(lib, "parsutil.lib")
|
|
|
|
#ifdef IMPLEMENT
|
|
#error Illegal use of IMPLEMENT macro
|
|
#endif
|
|
|
|
#include <ltapi.h> // Provide interface definitions
|
|
|
|
#include ".\parsers\ParsUtil\LocParser.h"
|
|
#include ".\parsers\ParsUtil\LocChild.h"
|
|
#include ".\parsers\ParsUtil\LocBinary.h"
|
|
#include ".\parsers\ParsUtil\LocVersion.h"
|
|
|