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
11 lines
451 B
/* 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
|