Leaked source code of windows server 2003
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.

26 lines
505 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1992, Microsoft Corporation
  4. //
  5. // File: fastio.h
  6. //
  7. // Contents:
  8. //
  9. // Classes:
  10. //
  11. // Functions:
  12. //
  13. // History: 8/11/93 Milans created
  14. //
  15. //-----------------------------------------------------------------------------
  16. #ifndef _FASTIO_
  17. #define _FASTIO_
  18. extern FAST_IO_DISPATCH FastIoDispatch;
  19. extern FS_FILTER_CALLBACKS FsFilterCallbacks;
  20. #endif // _FASTIO_