bug 40750.

Adding followSymlink flag to nsILocalFile.
Adjusting callers.
windows shortcut optimizations.
r=blizzard@mozilla.org.
a=brendan@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@74127 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2000-07-12 23:31:31 +00:00
parent 86f53d33c9
commit db2c70c95b
40 changed files with 295 additions and 157 deletions

View File

@@ -75,7 +75,7 @@ nsresult NS_InitEmbedding(const char *aPath)
nsILocalFile *localFile = nsnull;
if (aPath && strlen(aPath) > 0)
{
NS_NewLocalFile(aPath, &localFile);
NS_NewLocalFile(aPath, PR_FALSE, &localFile);
}
nsresult rv = NS_InitEmbedding(localFile);
@@ -170,7 +170,6 @@ nsresult NS_InitEmbedding(nsILocalFile *aPath)
}
nsresult NS_TermEmbedding()
{
// Reentrant calls to this method do nothing except decrement a counter