touching down layout integration branch

git-svn-id: svn://10.0.0.236/trunk@3290 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hardts
1998-06-05 01:03:18 +00:00
parent ebe32bd77d
commit 591887a3b5
64 changed files with 1615 additions and 84 deletions

View File

@@ -868,6 +868,10 @@ IsNullPlugin(NPFileTypeAssoc* pAssociation)
//
char* wfe_ConstructFilterString(int type)
{
#ifdef MOZ_NGLAYOUT
XP_ASSERT(0);
return NULL;
#else
NPFileTypeAssoc* pAssociation = NULL;
if (type != HTM_ONLY){
// get the list of associations for all plugin MIME types
@@ -997,6 +1001,7 @@ char* wfe_ConstructFilterString(int type)
}
return pFilterString;
#endif
}
#ifdef XP_WIN16