NORMANDY_DDAY merge...

git-svn-id: svn://10.0.0.236/trunk@4478 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
spider
1998-06-25 05:50:45 +00:00
parent 9039d5a21d
commit d56dcfe52f
286 changed files with 97121 additions and 1604 deletions

View File

@@ -1221,6 +1221,7 @@ XFE_AddressFolderView::changedItem(char *pString, int* iconType,
extern "C" char * xfe_ExpandName(char * pString, int* iconID, short* xxx,
ABook *pAddrBook, DIR_Server *pDirServer)
{
#if !defined(MOZ_NEWADDR)
ABID entryID;
ABID field;
char * fullname;
@@ -1258,6 +1259,7 @@ extern "C" char * xfe_ExpandName(char * pString, int* iconID, short* xxx,
if (fullname) return fullname;
}
#endif
return NULL;
}