mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-26 20:02:37 +00:00
Compiling with ethernet support requires etherdefs.h in certain places (#354)
This commit is contained in:
@@ -47,6 +47,10 @@
|
||||
#include "mkcelldefs.h"
|
||||
#include "testtooldefs.h"
|
||||
|
||||
#ifdef MAIKO_ENABLE_ETHERNET
|
||||
#include "etherdefs.h"
|
||||
#endif
|
||||
|
||||
/********** definitions for bitblt. add by osamu **********/
|
||||
DLword TEXTURE_atom;
|
||||
DLword MERGE_atom;
|
||||
|
||||
@@ -66,6 +66,10 @@ void Mouse_hndlr(void); /* Fields mouse events from driver */
|
||||
#include "osmsgdefs.h"
|
||||
#include "xwinmandefs.h"
|
||||
|
||||
#ifdef MAIKO_ENABLE_ETHERNET
|
||||
#include "etherdefs.h"
|
||||
#endif /* MAIKO_ENABLE_ETHERNET */
|
||||
|
||||
#include "dbprint.h"
|
||||
#if (defined(DOS) || defined(XWINDOW))
|
||||
#include "devif.h"
|
||||
|
||||
@@ -85,6 +85,9 @@ extern int Win_security_p;
|
||||
#include "testtooldefs.h"
|
||||
#include "timerdefs.h"
|
||||
#include "vmemsavedefs.h"
|
||||
#ifdef MAIKO_ENABLE_ETHERNET
|
||||
#include "etherdefs.h"
|
||||
#endif
|
||||
|
||||
#ifdef DOS
|
||||
#define vfork() printf("No forking around here.\n")
|
||||
|
||||
Reference in New Issue
Block a user