1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 07:30:21 +00:00

Add more #ifdef XWINDOW

This commit is contained in:
Peter 2021-10-21 09:59:59 +02:00 committed by Nick Briggs
parent 3b6b203e6c
commit 085e99a7c0
2 changed files with 5 additions and 1 deletions

View File

@ -55,7 +55,9 @@ void Mouse_hndlr(void); /* Fields mouse events from driver */
#include "keyeventdefs.h"
#include "osmsgdefs.h"
#ifdef XWINDOW
#include "xwinmandefs.h"
#endif
#if defined(MAIKO_ENABLE_ETHERNET) || defined(MAIKO_ENABLE_NETHUB)
#include "etherdefs.h"

View File

@ -95,7 +95,9 @@
#include "ubf3defs.h"
#include "unwinddefs.h"
#include "vars3defs.h"
#ifdef XWINDOW
#include "xwinmandefs.h"
#endif
#include "z2defs.h"
#ifdef DOS
@ -103,7 +105,7 @@
extern KbdInterface currentkbd;
extern DspInterface currentdsp;
extern MouseInterface currentmouse;
#else
#elif defined(XWINDOW)
extern DspInterface currentdsp;
#endif /* DOS */