Fix for 164403 - make console input work in NSS tools on OS/2

This commit is contained in:
jpierre%netscape.com 2002-08-24 11:51:42 +00:00
Родитель 065503d1e0
Коммит 4cb9f34407
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -72,9 +72,13 @@ static char consoleName[] = {
#else
"/dev/tty"
#endif
#else
#ifdef XP_OS2
"\\DEV\\CON"
#else
"CON:"
#endif
#endif
};
char *