Windows build fix
consoletty.o : error LNK2005: _tty_change_color already defined in wintty.o consoletty.o : error LNK2005: _tty_get_color_string already defined in wintty.o
This commit is contained in:
@@ -2000,21 +2000,6 @@ tty_ibmgraphics_fixup(void)
|
||||
#endif /* VIRTUAL_TERMINAL_SEQUENCES */
|
||||
}
|
||||
|
||||
#ifdef CHANGE_COLOR
|
||||
#ifdef NO_TERMS
|
||||
void
|
||||
tty_change_color(int color UNUSED, long rgb UNUSED, int reverse UNUSED)
|
||||
{
|
||||
}
|
||||
|
||||
char *
|
||||
tty_get_color_string(void)
|
||||
{
|
||||
return ("");
|
||||
}
|
||||
#endif
|
||||
#endif /* CHANGE_COLOR */
|
||||
|
||||
#ifdef PORT_DEBUG
|
||||
void
|
||||
win32con_debug_keystrokes(void)
|
||||
|
||||
Reference in New Issue
Block a user