Fixed conflict with sys/dev/syscons/syscons.h.
Submitted by: yokota
This commit is contained in:
parent
a7a1b07e25
commit
2308cfa4fc
@ -29,7 +29,6 @@
|
||||
#ifndef _PC98_PC98_SC_MACHDEP_H_
|
||||
#define _PC98_PC98_SC_MACHDEP_H_
|
||||
|
||||
#undef SC_ALT_MOUSE_IMAGE
|
||||
#undef SC_DFLT_FONT
|
||||
#undef SC_MOUSE_CHAR
|
||||
#undef SC_PIXEL_MODE
|
||||
@ -54,8 +53,4 @@
|
||||
#define PRINTABLE(c) ((c) > 0x1b || ((c) > 0x0f && (c) < 0x1b) \
|
||||
|| (c) < 0x07)
|
||||
|
||||
#define ISMOUSEAVAIL(af) (1)
|
||||
#define ISFONTAVAIL(af) ((af) & V_ADP_FONT)
|
||||
#define ISPALAVAIL(af) ((af) & V_ADP_PALETTE)
|
||||
|
||||
#endif /* !_PC98_PC98_SC_MACHDEP_H_ */
|
||||
|
@ -29,7 +29,6 @@
|
||||
#ifndef _PC98_PC98_SC_MACHDEP_H_
|
||||
#define _PC98_PC98_SC_MACHDEP_H_
|
||||
|
||||
#undef SC_ALT_MOUSE_IMAGE
|
||||
#undef SC_DFLT_FONT
|
||||
#undef SC_MOUSE_CHAR
|
||||
#undef SC_PIXEL_MODE
|
||||
@ -54,8 +53,4 @@
|
||||
#define PRINTABLE(c) ((c) > 0x1b || ((c) > 0x0f && (c) < 0x1b) \
|
||||
|| (c) < 0x07)
|
||||
|
||||
#define ISMOUSEAVAIL(af) (1)
|
||||
#define ISFONTAVAIL(af) ((af) & V_ADP_FONT)
|
||||
#define ISPALAVAIL(af) ((af) & V_ADP_PALETTE)
|
||||
|
||||
#endif /* !_PC98_PC98_SC_MACHDEP_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user