mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-30 13:52:23 +00:00
Fix !XWINDOW to be SUNDISPLAY ifdefery. (#234)
Some of the `ifndef XWINDOW` code should have been `ifdef SUNDISPLAY` instead.
This commit is contained in:
@@ -36,15 +36,12 @@
|
||||
#include "xdefs.h"
|
||||
#endif /* XWINDOW */
|
||||
|
||||
#ifndef XWINDOW
|
||||
#ifdef SUNDISPLAY
|
||||
#ifndef NOPIXRECT
|
||||
#ifndef DOS
|
||||
#include <sunwindow/window_hs.h>
|
||||
#include <sunwindow/win_ioctl.h>
|
||||
#endif /* DOS */
|
||||
#endif /* NOPIXRECT */
|
||||
|
||||
#endif /* XWINDOW */
|
||||
#endif /* SUNDISPLAY */
|
||||
|
||||
#include "lispemul.h"
|
||||
#include "lspglob.h"
|
||||
|
||||
Reference in New Issue
Block a user