NT4/private/windows/diamond/fixchg.h
2020-09-30 17:12:29 +02:00

12 lines
440 B
C

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