diff options
Diffstat (limited to 'private/windows/diamond/fixchg.h')
-rw-r--r-- | private/windows/diamond/fixchg.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/private/windows/diamond/fixchg.h b/private/windows/diamond/fixchg.h new file mode 100644 index 000000000..473a95a33 --- /dev/null +++ b/private/windows/diamond/fixchg.h @@ -0,0 +1,11 @@ +/* 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 |