r=jkobal, a=blizzard
Remove XP_OS2 codepath so Templates and Unsent Messages work
This commit is contained in:
mkaply%us.ibm.com 2001-01-24 00:50:14 +00:00
Родитель c7f1894b6d
Коммит 7b5309f180
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -296,9 +296,7 @@ static PRUint32 StringHash(const char *ubuf)
nsresult NS_MsgHashIfNecessary(nsCAutoString &name)
{
#if defined(XP_OS2)
const PRUint32 MAX_LEN = 8;
#elif defined(XP_MAC)
#if defined(XP_MAC)
const PRUint32 MAX_LEN = 25;
#elif defined(XP_UNIX) || defined(XP_PC) || defined(XP_BEOS)
const PRUint32 MAX_LEN = 55;