mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-10 20:34:11 +00:00
Add more #ifdef XWINDOW
This commit is contained in:
@@ -58,7 +58,9 @@ void Mouse_hndlr(void); /* Fields mouse events from driver */
|
||||
|
||||
#include "keyeventdefs.h"
|
||||
#include "osmsgdefs.h"
|
||||
#ifdef XWINDOW
|
||||
#include "xwinmandefs.h"
|
||||
#endif
|
||||
|
||||
#ifdef MAIKO_ENABLE_ETHERNET
|
||||
#include "etherdefs.h"
|
||||
|
||||
4
src/xc.c
4
src/xc.c
@@ -99,7 +99,9 @@
|
||||
#include "ubf3defs.h"
|
||||
#include "unwinddefs.h"
|
||||
#include "vars3defs.h"
|
||||
#ifdef XWINDOW
|
||||
#include "xwinmandefs.h"
|
||||
#endif
|
||||
#include "z2defs.h"
|
||||
|
||||
#ifdef DOS
|
||||
@@ -109,7 +111,7 @@ extern IOPAGE *IOPage68K;
|
||||
extern KbdInterface currentkbd;
|
||||
extern DspInterface currentdsp;
|
||||
extern MouseInterface currentmouse;
|
||||
#else
|
||||
#elif defined(XWINDOW)
|
||||
extern DspInterface currentdsp;
|
||||
#endif /* DOS */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user