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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user