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.
20 lines
499 B
20 lines
499 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// 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
|