You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
702 B
25 lines
702 B
//-----------------------------------------------------------------------------
|
|
//
|
|
// 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"
|