WindowsXP-SP1/base/fs/mup/fastio.h
2020-09-30 16:53:49 +02:00

27 lines
505 B
C

//+----------------------------------------------------------------------------
//
// 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;
extern FS_FILTER_CALLBACKS FsFilterCallbacks;
#endif // _FASTIO_