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.

11 lines
451 B

  1. /* fixchg.h */
  2. /* Inoperative changelines usually cause problems when switching between */
  3. /* 1.44Mb diskettes and 1.68Mb DMF diskettes. FixChangeline() tries to */
  4. /* assure that drives A: and B: will not depend upon proper operation of */
  5. /* the drive's changeline. */
  6. #ifndef INCLUDED_FIXCHG
  7. #define INCLUDED_FIXCHG
  8. extern void FixChangelines(void);
  9. #endif //INCLUDED_FIXCHG