//+----------------------------------------------------------------------------
//
//  Copyright (C) 1992, Microsoft Corporation
//
//  File:       fastio.h
//
//  Contents:
//
//  Classes:
//
//  Functions:
//
//  History:    8/11/93		Milans created
//
//-----------------------------------------------------------------------------

#ifndef _FASTIO_
#define _FASTIO_

extern FAST_IO_DISPATCH FastIoDispatch;

#endif // _FASTIO_



