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
687 B

  1. /*** dmfon.h - DMF (Distribution Media Format -- 1.7M 3.5") support
  2. *
  3. * Microsoft Confidential
  4. * Copyright (C) Microsoft Corporation 1993-1994
  5. * All Rights Reserved.
  6. *
  7. * Author:
  8. * Benjamin W. Slivka
  9. *
  10. * History:
  11. * 13-May-1994 bens Initial version
  12. */
  13. /*** EnableDMFSupport - Enable DMF support on pre-Chicago DOS systems
  14. *
  15. * Entry:
  16. * None:
  17. *
  18. * Exit:
  19. * INT 13h vector hooked with code to ensure DOS and BIOS read
  20. * DMF disks correctly.
  21. * PSP:savedINT22 hooked so that we can *unhook* our INT13 hook
  22. * when the calling program exits.
  23. */
  24. void far EnableDMFSupport(void);