1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 11:52:25 +00:00

Fix mouseif.c compilation, add to cmake build. (#289)

This commit is contained in:
Bruce Mitchener
2021-01-25 12:27:03 +07:00
committed by GitHub
parent 6428e64d69
commit 33a648bd2f
2 changed files with 3 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ extern void ThreeButtonHandler();
extern void TwoButtonHandler();
#endif /* DOS */
#ifdef DOS
/*****************************************************************/
/* p r o b e m o u s e */
/* */
@@ -59,6 +60,7 @@ int probemouse() {
return (regs.x.bx);
}
}
#endif
void make_mouse_instance(MouseInterface mouse)
{