21 lines
445 B
C++
21 lines
445 B
C++
|
//+-------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
// Copyright (C) Microsoft Corporation, 1992 - 1993.
|
||
|
//
|
||
|
// File: prophdr.hxx
|
||
|
//
|
||
|
// Contents: Private definitions to this subdir.
|
||
|
//
|
||
|
// History: 1-Mar-95 BillMo Created.
|
||
|
//
|
||
|
// Notes:
|
||
|
//--------------------------------------------------------------------------
|
||
|
|
||
|
#ifndef _PROPHDR_HXX_
|
||
|
#define _PROPHDR_HXX_
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|