19 lines
390 B
C++
19 lines
390 B
C++
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1991 - 1992.
|
|
//
|
|
// File: PCH.CXX
|
|
//
|
|
// Contents: Precompiled header
|
|
//
|
|
// History: 12-Jul-93 ShannonC Created
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#include "stdrpc.hxx"
|
|
#pragma hdrstop
|
|
|
|
|
|
|