mirror of https://github.com/tongzx/nt5src
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.
32 lines
529 B
32 lines
529 B
///////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 2000, Microsoft Corp. All rights reserved.
|
|
//
|
|
// FILE
|
|
//
|
|
//
|
|
//
|
|
// SYNOPSIS
|
|
//
|
|
//
|
|
//
|
|
// MODIFICATION HISTORY
|
|
//
|
|
// 00/00/2000 Original version.
|
|
//
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef PROXYPCH_H
|
|
#define PROXYPCH_H
|
|
|
|
#pragma once
|
|
|
|
#include <ias.h>
|
|
#include <new>
|
|
#include <radpack.h>
|
|
#include <radshare.h>
|
|
#include <radproxyp.h>
|
|
#include <radproxy.h>
|
|
|
|
#endif // PROXYPCH_H
|
|
|