summaryrefslogtreecommitdiff
path: root/xpcom/io/nsLocalFileWin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xpcom/io/nsLocalFileWin.cpp')
-rw-r--r--xpcom/io/nsLocalFileWin.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/xpcom/io/nsLocalFileWin.cpp b/xpcom/io/nsLocalFileWin.cpp
index 42bd83d45e..e5a0131a77 100644
--- a/xpcom/io/nsLocalFileWin.cpp
+++ b/xpcom/io/nsLocalFileWin.cpp
@@ -3086,7 +3086,8 @@ nsLocalFile::IsExecutable(bool* aResult)
"ws",
"wsc",
"wsf",
- "wsh"
+ "wsh",
+ "xll" // MS Excel dynamic link library
};
nsDependentSubstring ext = Substring(path, dotIdx + 1);
for (size_t i = 0; i < ArrayLength(executableExts); ++i) {