windows console changes - eliminate *key.dll
Incorporate the functionality of the loadable DLL's (nhraykey.dll, nhdefkey.dll, and nh340key.dll) into the consoletty.c code and remove the dll building
This commit is contained in:
@@ -190,4 +190,14 @@ play_usersound_via_idx(int idx, int volume)
|
||||
}
|
||||
#endif /* USER_SOUNDS && TTY_SOUND_ESCCODES */
|
||||
|
||||
void
|
||||
set_altkeyhandling(const char *inName)
|
||||
{
|
||||
}
|
||||
|
||||
int
|
||||
set_keyhandling_via_option(void)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
#endif /* TTYSTUBS */
|
||||
|
||||
Reference in New Issue
Block a user