21 lines
499 B
C++
21 lines
499 B
C++
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1994 - 1996.
|
|
//
|
|
// File: tinterface.hxx
|
|
//
|
|
// Contents: Main include file
|
|
//
|
|
// History: 04-20-95 Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
#ifndef __TINT__HXX
|
|
#define __TINT__HXX
|
|
// Local project include files
|
|
|
|
#include "globals.hxx"
|
|
#include "test.hxx"
|
|
|
|
#endif //__TINT__HXX not defined
|