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